We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb9199 commit 08cfe8aCopy full SHA for 08cfe8a
lib/racc/info.rb
@@ -12,7 +12,7 @@
12
#++
13
14
module Racc
15
- VERSION = '1.7.1'
+ VERSION = '1.7.2.dev.1'
16
Version = VERSION
17
Copyright = 'Copyright (c) 1999-2006 Minero Aoki'
18
end
test/case.rb
@@ -81,7 +81,7 @@ def assert_exec(asset, **opts)
81
82
83
def strip_version(source)
84
- source.sub(/This file is automatically generated by Racc \d+\.\d+\.\d+/, '')
+ source.sub(/This file is automatically generated by Racc \d+\.\d+\.\d+(?:\.\S+)?/, '')
85
86
87
def assert_output_unchanged(asset)
0 commit comments