X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=test%2Fjalview%2Futil%2FPlatformTest.java;h=2f583a54e5e8ba7b76e5a7b70521ec9471495b97;hb=3684934fd25c4941bd2d6ec8bc9dc7d760979f4e;hp=d2c48f16e288aa1f1ba98d4d449a94a8bd3a424c;hpb=6853a22b51420bcea0fe12932d8850ffb30d9844;p=jalview.git diff --git a/test/jalview/util/PlatformTest.java b/test/jalview/util/PlatformTest.java index d2c48f1..2f583a5 100644 --- a/test/jalview/util/PlatformTest.java +++ b/test/jalview/util/PlatformTest.java @@ -139,6 +139,7 @@ public class PlatformTest { assertNull(Platform.escapeBackslashes(null)); assertEquals(Platform.escapeBackslashes("hello world"), "hello world"); - assertEquals(Platform.escapeBackslashes("hello\\world"), "hello\\\\world"); + assertEquals(Platform.escapeBackslashes("hello\\world"), + "hello\\\\world"); } }