-
Type: Bug
-
Resolution: Works as Designed
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Compass
-
None
Testes in Compass 1.18 on both Windows and Mac.
Importing the following json doc fails to import the document but the UI shows that import is successful:
{"a":"b"}
If you add an end-of-line character like this it works fine:
{"a":"b"}
This also is NOT REPORTING an error while it should:
{"a":"b",abc}