From f698eee8272126ae26da028eb7b2ebc64ceddc90 Mon Sep 17 00:00:00 2001 From: Chen Guo Date: Wed, 5 Aug 2015 01:36:52 +0000 Subject: [PATCH] Fix error message. #184 --- src/drake/parser.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drake/parser.clj b/src/drake/parser.clj index bb0274f..c6628bc 100644 --- a/src/drake/parser.clj +++ b/src/drake/parser.clj @@ -682,7 +682,7 @@ _ (p/opt inline-comment) vars (p/get-info :vars) methods (p/get-info :methods) - _ (p/failpoint line-break (illegal-syntax-error-fn "%call / %include / %include-context"))] + _ (p/failpoint line-break (illegal-syntax-error-fn "%call / %include / %context"))] (let [raw-base (get vars "BASE" default-base) base (add-path-sep-suffix raw-base) ;; Need to use fs/file here to honor cwd