Commit 55039570 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Correct escaping inside regex.

parent 97d02f25
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -129,7 +129,7 @@ module JsDuck
      end

      if varargs_bracketed
        return false unless @input.scan(/]/)
        return false unless @input.scan(/\]/)
        @out << "]"
      end