Skip to content

Commit c5730f2

Browse files
committed
Move and split up 'tests/rt/pos/core/string_manipulation.trp'
This test was in 'core' even though it was testing 'ifc' stuff. Furthermore, it was on testing one particular combination instead of each possible.
1 parent 312fa08 commit c5730f2

25 files changed

+61
-11
lines changed

tests/rt/pos/core/string_manipulations.golden

Lines changed: 0 additions & 2 deletions
This file was deleted.

tests/rt/pos/core/string_manipulations.nocolor.golden

Lines changed: 0 additions & 2 deletions
This file was deleted.

tests/rt/pos/core/string_manipulations.trp

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2025-10-24T07:53:46.865Z [RTM] info: Skipping network creation. Observe that all external IO operations will yield a runtime error.
2+
>>> Main thread finished with value: "Hello"@{}%{}

tests/rt/pos/core/substring01.trp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
substring ("Hello, World", 0, 5)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2025-10-24T07:53:47.069Z [RTM] info: Skipping network creation. Observe that all external IO operations will yield a runtime error.
2+
>>> Main thread finished with value: "World"@{}%{}

tests/rt/pos/core/substring02.trp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
substring ("Hello, World", 7, 20)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2025-10-24T07:53:47.730Z [RTM] info: Skipping network creation. Observe that all external IO operations will yield a runtime error.
2+
>>> Main thread finished with value: "l"@{}%{}

tests/rt/pos/core/substring03.trp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
substring ("Hello, World", 4, 3)

tests/rt/pos/ifc/concat01.golden

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2025-10-24T07:47:58.485Z [RTM] info: Skipping network creation. Observe that all external IO operations will yield a runtime error.
2+
>>> Main thread finished with value: "Hello, Alice"@{alice}%{}

0 commit comments

Comments
 (0)