pretty test

This commit is contained in:
nora 2022-07-02 22:43:01 +02:00
parent 909c3e9326
commit c4f3e3dc93
5 changed files with 5 additions and 5 deletions

View file

@ -65,5 +65,5 @@ expression: "(parsed_pretty, pretty_printed_source)"
1..30,
),
]),
"",
"int uwu(long owo, int qwq) {\n}\n",
)

View file

@ -32,5 +32,5 @@ expression: "(parsed_pretty, pretty_printed_source)"
1..43,
),
]),
"",
"extern _Thread_local int uwu() {\n}\n",
)

View file

@ -32,5 +32,5 @@ expression: "(parsed_pretty, pretty_printed_source)"
1..14,
),
]),
"",
"void uwu() {\n}\n",
)

View file

@ -87,5 +87,5 @@ expression: "(parsed_pretty, pretty_printed_source)"
64..76,
),
]),
"",
"int test;\n_Thread_local double uwu, owo;\nint function();\n",
)

View file

@ -102,5 +102,5 @@ expression: "(parsed_pretty, pretty_printed_source)"
41..46,
),
]),
"",
"int x = (1 + 1);\nint y = (1 + (2 - 3));\nint z = array[9];\n",
)