summaryrefslogtreecommitdiff
path: root/src/unit-tests/parser/parser-test.scm
blob: d099329f919a576a66999dd5a8645db3fa91d923 (plain)
1
2
3
4
5
6
7
8
9
10
11
;; -*- compile-command: "guile -L ./src ./src/unit-tests/parser/parser-test.scm"; -*-
(use-modules (srfi srfi-64)
             (modules parser parser))


(test-begin "lexer-harness")

(test-equal "hi"
  "hi")

(test-end "lexer-harness")