Introduce golden file mechanism for tests
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
--- test.c ---
|
||||
1| int main() []
|
||||
^^
|
||||
unexpected token
|
||||
@@ -0,0 +1,4 @@
|
||||
--- test.c ---
|
||||
1| int main() []
|
||||
^^
|
||||
unexpected token 'x'
|
||||
@@ -0,0 +1,4 @@
|
||||
--- test.c ---
|
||||
1| %
|
||||
^
|
||||
unexpected token '%'
|
||||
Reference in New Issue
Block a user