1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00
jashkenas--coffeescript/vendor/jison/tests/lexer/lexer-tests.js

6 lines
161 B
JavaScript
Executable file

#!/usr/bin/env narwhal
exports.testRegExpLexer = require("./regexplexer");
if (require.main === module)
require("os").exit(require("test").run(exports));