Skip to content

Commit a80035c

Browse files
committed
init test
0 parents  commit a80035c

File tree

6 files changed

+27
-0
lines changed

6 files changed

+27
-0
lines changed

test/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.sb3
2+
inflator

test/blank.svg

Lines changed: 8 additions & 0 deletions
Loading

test/goboscript.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Configuration Reference: <https://aspizu.github.io/goboscript/configuration>

test/inflator.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# inflator.toml syntax documentation: https://github.com/faretek1/inflator#inflator
2+
name = 'test'
3+
username = "FAReTek1"
4+
5+
[dependencies]
6+
assert = "https://github.com/FAReTek1/assert"
7+
string = ".."

test/main.gs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
costumes "blank.svg";
2+
3+
%include inflator/assert
4+
%include inflator/string
5+
6+
onflag {
7+
# assert_eq
8+
}

test/stage.gs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
costumes "blank.svg";

0 commit comments

Comments
 (0)