Skip to content

Commit 2c14bef

Browse files
committed
tests: Enable test for adding inport
1 parent c20eed3 commit 2c14bef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/exported-ports.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
'added inport':
2-
skip: true
32
format: 'fbp'
43
from: |
54
'default' -> IN read(ReadSomething)
65
to: |
76
INPORT=read.IN:FILENAME
87
'default' -> IN read(ReadSomething)
9-
diff: "+ INPORT=read.in:filename\n"
8+
diff: "+ INPORT=read.in:filename"
109
'removed inport':
1110
format: 'fbp'
1211
from: |

0 commit comments

Comments
 (0)