revert multiline string tests

although it looks like tests still pass, so yay?
This commit is contained in:
Kat Marchán 2024-12-15 17:50:35 -08:00
parent a1919a0e36
commit 91cfbc0781
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
2 changed files with 5 additions and 25 deletions

View File

@ -1,19 +1,18 @@
// This file deliberately contains unusual whitespace
// The first three strings are empty, because whitespace-only lines collapse to
// just `\n`.
// The first two strings are empty
node """
""" """
 \
 
 
 """ """
 
 
"""\
\ // The next two strings contains only whitespace
"""
 
 
  \s
  """ #"""
  
  
"""#

View File

@ -1,19 +0,0 @@
// This file deliberately contains unusual whitespace
// Parsing should fail because not all strings have a matching multiline prefix,
// which must be exact, down to the codepoint, _before_ newline normalization.
node """
""" """
 \
 
 """ """
 
"""\
\ // The next two strings contains only whitespace
"""
 
  \s
  """ #"""
  
"""#