File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
// @has "foo/index.html" "//p" "This is the “start” of the ‘document’! How’d you know that “it’s” the start?"
26
26
// @has "foo/index.html" "//h1" "Header with “smart punct’”"
27
27
// @has "foo/index.html" '//a[@href="https://www.rust-lang.org"]' "link with “smart punct’” – yessiree!"
28
- // @has "foo/index.html" '//code' ' this inline code -- it shouldn\ 't have "smart punct"'
29
- // @has "foo/index.html" '//pre' ' let x = "don\ 't smart-punct me -- please!";'
30
- // @has "foo/index.html" '//pre' ' I say "don\ 't smart-punct me -- please!"'
28
+ // @has "foo/index.html" '//code' " this inline code -- it shouldn't have \ "smart punct\""
29
+ // @has "foo/index.html" '//pre' " let x = \ "don't smart-punct me -- please!\";"
30
+ // @has "foo/index.html" '//pre' " I say \ "don't smart-punct me -- please!\""
You can’t perform that action at this time.
0 commit comments