Modify ↓
Opened 4 years ago
Closed 4 years ago
#19935 closed defect (duplicate)
Plugin unit test net.simon04.comfort0.OsmToLevel0LTest.testNode is failing because of additional invisible character
Reported by: | mdk | Owned by: | simon04 |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin comfort0 | Version: | |
Keywords: | Cc: |
Description
net.simon04.comfort0.OsmToLevel0LTest.testNode is failing with
Expected: is "node 1234: 123.45, 67.89 #Comfort0 (123.45, 67.89)\n name = Comfort0\n" but: was "node 1234: 123.45, 67.89 #Comfort0 (123.45, 67.89)\n name = Comfort0\n"
The problem is, the second String has an additional "ZERO WIDTH NON-JOINER" (Hex: 200C, bytes: e2 80 8c) before "\n" which is missing in the first String.
Attachments (0)
Change History (2)
comment:1 by , 4 years ago
Component: | Plugin → Plugin comfort0 |
---|---|
Owner: | changed from | to
comment:2 by , 4 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Closed as duplicate of #19458.