Skip to content

Commit bcfdbae

Browse files
committed
Add simple test for extern port statement.
1 parent 8ae2d7d commit bcfdbae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

source/openpulse/tests/test_openpulse_parser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,7 @@ def test_permissive_parsing(capsys):
399399
port xy_port;
400400
port tx_port;
401401
port rx_port;
402+
extern port cx_port;
402403
frame xy_frame = newframe(xy_port, 3714500000.0, 0);
403404
frame tx_frame = newframe(tx_port, 7883050000.0, 0);
404405
frame rx_frame = newframe(rx_port, 7883050000.0, 0);

0 commit comments

Comments
 (0)