Commit f2d5ae2
committed
test: name the literal-character test for what it exercises
`test_a_unicode_escape_becomes_its_character` fed a literal e-acute rather
than a backslash-u escape spelling one, so it passed against the unfixed
writer and proved nothing about the escape form its name claimed.
`TestTheWriterResolvesUnicodeEscapes` already covers both escape forms, so
rename this one to say what it does test -- that a non-ASCII character
written literally survives the trip into a heredoc body -- and point the
newer class's docstring at it rather than at "the earlier test".1 parent 388b69c commit f2d5ae2
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
267 | 271 | | |
268 | 272 | | |
269 | 273 | | |
| |||
0 commit comments