Fix multi-line comments in YAML and JSON producers
[dbsrgits/SQL-Translator.git] / t / 24yaml.t
index 08757d9..e177907 100644 (file)
@@ -87,6 +87,9 @@ schema:
           size:
             - 20
         person_id:
+          comments:
+            - field comment 1
+            - field comment 2
           data_type: INTEGER
           default_value: ~
           is_auto_increment: 1