mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 10:48:53 +00:00
LibGLSL: Add tests for GLSL parser
This commit is contained in:
parent
29972876e4
commit
d160ff2f8d
Notes:
sideshowbarker
2024-07-17 01:00:06 +09:00
Author: https://github.com/Poseydon42
Commit: d160ff2f8d
Pull-request: https://github.com/SerenityOS/serenity/pull/20168
Reviewed-by: https://github.com/Hendiadyoin1
Reviewed-by: https://github.com/gmta ✅
Reviewed-by: https://github.com/sunverwerth
Reviewed-by: https://github.com/vkoskiv
24 changed files with 368 additions and 0 deletions
7
Userland/Libraries/LibGLSL/Tests/parser/struct.ast
Normal file
7
Userland/Libraries/LibGLSL/Tests/parser/struct.ast
Normal file
|
@ -0,0 +1,7 @@
|
|||
TranslationUnit[0:0->3:1]
|
||||
StructDeclaration[0:7->3:1]
|
||||
foo
|
||||
VariableDeclaration[2:4->3:0]
|
||||
Type[2:4->2:6]
|
||||
int
|
||||
bar
|
Loading…
Add table
Add a link
Reference in a new issue