tree-sitter / tree-sitter-verilog

SystemVerilog grammar for tree-sitter
MIT License
93 stars 36 forks source link

Long Macro #33

Open drom opened 5 years ago

drom commented 5 years ago

Failed in:

https://symbiflow.github.io/sv-tests/#tree_sitter_verilog|5.6.4|preproc_test_13

/*
:name: preproc_test_13
:description: Test
:should_fail: 0
:tags: 5.6.4
*/
`define LONG_MACRO(
    a, b="(3,2)", c=(3,2)) \
a + b /c +345
abradd commented 3 years ago

This test was removed in commit 66f3124 of sv-tests so this can probably be closed.