Back out "fix multiline string tests"

This backs out commit 0c5604b462.
This commit is contained in:
Kat Marchán 2024-12-15 17:48:54 -08:00
parent c3bb12c098
commit a3a6742ec3
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
  """ #"""
  
"""#