From 23b52bc22d9ec24702c1bed0f8ce90271eec6460 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 29 Aug 2018 15:02:36 -0700 Subject: Intermediate step in upgrading to 3.6. Fixed a bug with upgrading methods. --- nomsu.3.peg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nomsu.3.peg') diff --git a/nomsu.3.peg b/nomsu.3.peg index 225ccac..244a621 100644 --- a/nomsu.3.peg +++ b/nomsu.3.peg @@ -5,7 +5,7 @@ file: / file_chunks / empty_block) %ws* (!! .+ -> "Parse error" !!)? -shebang: {:shebang: "#!" (!"nomsu" [^%nl])* "nomsu" %ws+ "-V" %ws* {:version: [0-9.]+ :} [^%nl]* :} +shebang: "#!" (!"nomsu" [^%nl])* "nomsu" %ws+ "-V" %ws* {:version: [0-9.]+ :} [^%nl]* file_chunks (FileChunks): {:curr_indent: ' '* :} -- cgit v1.2.3