Introduce golden file mechanism for tests

This commit is contained in:
2026-04-24 21:09:47 +02:00
parent 9ca72ef5bf
commit a89e61eedd
9 changed files with 66 additions and 24 deletions
+4
View File
@@ -0,0 +1,4 @@
--- test.c ---
1| int main() []
^^
unexpected token
+4
View File
@@ -0,0 +1,4 @@
--- test.c ---
1| int main() []
^^
unexpected token 'x'
+4
View File
@@ -0,0 +1,4 @@
--- test.c ---
1| %
^
unexpected token '%'