Skip to content
Snippets Groups Projects
Commit 9a8385cb authored by Adam Laskowski's avatar Adam Laskowski
Browse files

BIS-769: test fix

parent 06f3d753
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -89,7 +89,7 @@ public class PatternCompilerTest
@Test
public void testValues_specialCharacters()
{
Pattern pattern = compiler.compilePattern("\"Ali\"ce\", \"B\\nob\" , \"\\t Cynthia \"", "VALUES");
Pattern pattern = compiler.compilePattern("\"Ali\"ce\", \"B\nob\" , \"\t Cynthia \"", "VALUES");
assertTrue(pattern.matcher("Ali\"ce").matches());
assertFalse(pattern.matcher("Alice").matches());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment