We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 795db33 commit a462da1Copy full SHA for a462da1
Makefile
@@ -100,7 +100,7 @@ endif
100
101
# Testing the extension
102
test: $(TARGET)
103
- sqlite3 ":memory:" -cmd ".bail on" ".load ./$(TARGET)" "SELECT 1;"
+ sqlite3 ":memory:" -cmd ".bail on" ".load ./$(TARGET)" "SELECT js_eval('console.log(\"hello, world\nToday is\", new Date().toLocaleDateString())');"
104
105
# Help message
106
help:
0 commit comments