JAL-2994 put ‘\’ first in character class clause of regex - otherwise doesn’t compile...
authorJim Procter <jprocter@issues.jalview.org>
Thu, 2 Aug 2018 10:16:20 +0000 (11:16 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Thu, 2 Aug 2018 10:16:20 +0000 (11:16 +0100)
commitc39137ea1057fea32d65471a12855a68d00365d5
tree2d32490082d9728654501f3a08c10c0bad1246e2
parent54acdaaab191e1a88246892645552d0811b5c552
JAL-2994 put ‘\’ first in character class clause of regex - otherwise doesn’t compile with error ‘Unterminated character class’
test/jalview/util/FileUtilsTest.java