mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
10 lines
202 B
Plaintext
10 lines
202 B
Plaintext
|
# RUN: yaml-bench -canonical %s
|
||
|
|
||
|
"Fun with \\
|
||
|
\" \a \b \e \f \
|
||
|
\n \r \t \v \0 \
|
||
|
\ \_ \N \L \P \
|
||
|
\x41 \u0041 \U00000041"
|
||
|
|
||
|
# CHECK: !!str "Fun with \\\n\" \a \b \e \f \n \r \t \v \0 \_ \N \L \P A A A"
|