Now parses a very substantial amount of SQL.
This commit is contained in:
parent
d3cc5cb11f
commit
9199483f5e
4 changed files with 248 additions and 42 deletions
7
test/squirrel_parse/parser_test.clj
Normal file
7
test/squirrel_parse/parser_test.clj
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
(ns squirrel-parse.parser-test
|
||||
(:require [clojure.test :refer :all]
|
||||
[squirrel-parse.parser :refer :all]))
|
||||
|
||||
(deftest a-test
|
||||
(testing "FIXME, I fail."
|
||||
(is (= 0 1))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue