Fix regular expression for = rule

Bug reported by @cvlmtg
This commit is contained in:
Junegunn Choi
2015-07-20 00:39:09 +09:00
parent a1118be7d9
commit 1206c65dcb
2 changed files with 3 additions and 3 deletions

View File

@@ -201,7 +201,7 @@ Expect:
* #65 ?=
Given:
a?=b
aa?=bb
aa-=bb
aaa?=bbb
Do (#65 Alignment around ?=):
@@ -209,7 +209,7 @@ Do (#65 Alignment around ?=):
Expect:
a ?= b
aa ?= bb
aa -= bb
aaa ?= bbb
Include: include/teardown.vader