Skip to content

Commit e2b7663

Browse files
authored
Update unexpected interruption scripts for multiple variations (#246)
Update unexpected interruption scripts for multiple variations
1 parent 7b6fdc3 commit e2b7663

23 files changed

+341
-82
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
!: BOLT #VERSION#
2+
3+
A: HELLO {"{}": "*"}
4+
*: RESET
5+
C: BEGIN {"mode": "r"}
6+
S: SUCCESS {}
7+
C: RUN "RETURN 1 as n" {} {}
8+
S: SUCCESS {}
9+
C: PULL_ALL
10+
S: <EXIT>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
!: BOLT #VERSION#
2+
3+
A: HELLO {"{}": "*"}
4+
*: RESET
5+
C: BEGIN {"mode": "r"}
6+
S: SUCCESS {}
7+
C: RUN "RETURN 1 as n" {} {}
8+
S: <EXIT>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
!: BOLT #VERSION#
2+
3+
A: HELLO {"{}": "*"}
4+
*: RESET
5+
C: RUN "RETURN 1 as n" {} {"mode": "r"}
6+
S: <EXIT>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
!: BOLT #VERSION#
2+
3+
A: HELLO {"{}": "*"}
4+
*: RESET
5+
C: BEGIN {}
6+
S: SUCCESS {}
7+
C: RUN "RETURN 1 as n" {} {}
8+
S: SUCCESS {}
9+
C: PULL_ALL
10+
S: <EXIT>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
!: BOLT #VERSION#
2+
3+
A: HELLO {"{}": "*"}
4+
*: RESET
5+
C: BEGIN {}
6+
S: SUCCESS {}
7+
C: RUN "RETURN 1 as n" {} {}
8+
S: <EXIT>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
!: BOLT #VERSION#
2+
3+
A: HELLO {"{}": "*"}
4+
*: RESET
5+
C: RUN "RETURN 1 as n" {} {}
6+
S: SUCCESS {}
7+
C: PULL_ALL
8+
S: <EXIT>

0 commit comments

Comments
 (0)