Fix multi-line comments in YAML and JSON producers
[dbsrgits/SQL-Translator.git] / t / 23json.t
index 0b063e2..cfc721c 100644 (file)
@@ -104,6 +104,10 @@ my $json = to_json(from_json(<<JSON), { canonical => 1, pretty => 1 });
                   ]
                },
                "person_id" : {
+                  "comments" : [
+                    "field comment 1",
+                    "field comment 2"
+                  ],
                   "data_type" : "INTEGER",
                   "default_value" : null,
                   "is_auto_increment" : 1,