This website requires JavaScript.
Explore
Help
Register
Sign In
tasiaiso
/
tildefriends
Watch
1
Star
0
Fork
0
You've already forked tildefriends
forked from
cory/tildefriends
Code
Issues
Pull Requests
Releases
Wiki
Activity
b747bd74b3
tildefriends
/
tests
/
01-nop
9 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
sandboxos => tildefriends git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3157 ed5197a5-7fde-0310-b194-c3ffbd925b24
2016-03-12 13:50:43 -05:00
#!/bin/bash
cat > test.js << EOF
print("hi");
EOF
Merge branches/quickjs to trunk. This is the way. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3621 ed5197a5-7fde-0310-b194-c3ffbd925b24
2021-01-02 13:10:00 -05:00
echo $TILDEFRIENDS test.js
I think this fixes tests, and makes them runnable from continuous integration. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3161 ed5197a5-7fde-0310-b194-c3ffbd925b24
2016-03-13 09:37:58 -04:00
$TILDEFRIENDS test.js
Reference in New Issue
Copy Permalink