There was an error while loading. Please reload this page.
1 parent ae72804 commit 38711aaCopy full SHA for 38711aa
1 file changed
exe/codemod-imp-to-isc
@@ -309,9 +309,8 @@ module Interscript
309
text = @scanner.scan(/[^\n]+/).to_s
310
@out << " " + text
311
end
312
- elsif @scanner.scan(/(?:\A|\n)([ \t]+)([A-Za-z_][\w]*)[ \t]*:[ \t]*\n[ \t]+"/)
313
- # Generic field with multi-line quoted value
314
- indent = @scanner[1]
+ # Generic field with multi-line quoted value
+ indent = @scanner[1]
315
field = @scanner[2]
316
@out << "\n#{indent}#{field} \""
317
until @scanner.eos?
0 commit comments