We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 846f51f commit ffe47a4Copy full SHA for ffe47a4
1 file changed
src/org/labkey/test/tests/list/ListTest.java
@@ -1054,7 +1054,7 @@ public void listSelfJoinTest()
1054
final String dummyCol = dummyBase + TRICKY_CHARACTERS;
1055
final String lookupField = "lookupField" + TRICKY_CHARACTERS;
1056
final String lookupSchema = "lists";
1057
- final String keyCol = "Key &%<+";
+ final String keyCol = "Key &%<+\\"; // Issue 54094: Verify key field ending with "\"
1058
1059
log("Issue 6883: test list self join");
1060
0 commit comments