SilverNarcissus commented on a change in pull request #1418:
URL: https://github.com/apache/incubator-iotdb/pull/1418#discussion_r446830303



##########
File path: 
tsfile/src/test/java/org/apache/iotdb/tsfile/read/common/PathTest.java
##########
@@ -41,7 +41,9 @@ public void construct() throws Exception {
     testPath(path, "", "", "");
     // with quote;
     path = new Path("root.d1.r1.\"x1.x2.x3\"");
-    testPath(path, "root.d1.r1", "x1.x2.x3", "root.d1.r1.\"x1.x2.x3\"");
+    testPath(path, "root.d1.r1", "\"x1.x2.x3\"", "root.d1.r1.\"x1.x2.x3\"");

Review comment:
       Also add some test about " in 'xxx' or ' in "xxx". It will make it more 
robust. Thanks~




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to