9 lines
236 B
Text
9 lines
236 B
Text
# RUN: yaml-bench -canonical %s | FileCheck %s --strict-whitespace
|
|
|
|
"Fun with \\
|
|
\" \a \b \e \f \
|
|
\n \r \t \v \0 \
|
|
\ \_ \N \L \P \
|
|
\x41 \u0041 \U00000041"
|
|
|
|
# CHECK: !!str "Fun with \\ \" \a \b \e \f \n \r \t \v \0 \_ \N \L \P A A A"
|