Skip to content

Commit 08cfe8a

Browse files
committed
Start 1.7.2
1 parent efb9199 commit 08cfe8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/racc/info.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#++
1313

1414
module Racc
15-
VERSION = '1.7.1'
15+
VERSION = '1.7.2.dev.1'
1616
Version = VERSION
1717
Copyright = 'Copyright (c) 1999-2006 Minero Aoki'
1818
end

test/case.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def assert_exec(asset, **opts)
8181
end
8282

8383
def strip_version(source)
84-
source.sub(/This file is automatically generated by Racc \d+\.\d+\.\d+/, '')
84+
source.sub(/This file is automatically generated by Racc \d+\.\d+\.\d+(?:\.\S+)?/, '')
8585
end
8686

8787
def assert_output_unchanged(asset)

0 commit comments

Comments
 (0)