Skip to content

Commit ee37d03

Browse files
billdenneyclaude
andcommitted
test: accept upstream snapshot drift
* build-quarto-articles: pandoc added a default-styles comment header to its CSS output. * build-reference: evaluate/knitr/rmarkdown now consumes two extra RNG draws before the example runs, shifting the output by two values. Both are environmental drift, not behavioral changes from this PR. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
1 parent a0dc9db commit ee37d03

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

tests/testthat/_snaps/build-quarto-articles.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
cat(data$includes$style)
55
Output
66
7+
/* Default styles provided by pandoc.
8+
** See https://pandoc.org/MANUAL.html#variables-for-html for config info.
9+
*/
710
code{white-space: pre-wrap;}
811
span.smallcaps{font-variant: small-caps;}
912
div.columns{display: flex; gap: min(4vw, 1.5em);}

tests/testthat/_snaps/build-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
Code
1919
cat(examples)
2020
Output
21-
#> [1] 0.600760886 0.157208442 0.007399441 0.466393497 0.497777389
21+
#> [1] 0.080750138 0.834333037 0.600760886 0.157208442 0.007399441
2222

0 commit comments

Comments
 (0)