Skip to content

Commit

Permalink
add test case for a failing syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeStanleySEL committed May 2, 2024
1 parent 522bcdc commit acadccb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions blark/tests/source/repeated_declaration.st
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
METHOD doSomethingCool : BOOL
VAR_INPUT
AlertTimer, SignalBadTimer, QualityBadTimer : library.TPUDO;
END_VAR

// do some stuff
END_METHOD

0 comments on commit acadccb

Please sign in to comment.