tree-sitter-verilog icon indicating copy to clipboard operation
tree-sitter-verilog copied to clipboard

Long Macro

Open drom opened this issue 6 years ago • 1 comments

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

drom avatar Oct 14 '19 23:10 drom

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

abradd avatar Jun 21 '21 22:06 abradd