difftastic/vendored_parsers/tree-sitter-hack/test/cases/literals/single-quoted-strings.hack

10 lines
71 B
Plaintext

'';
' ';
'\'';
'\\';
'\?';
'"';
' \'\\\?"';
b' \'\\\?"';
re' \'\\\?"';