OSDN Git Service

Merge pull request #201 from Bytom/v0.1
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / hcl / printer / testdata / comment_crlf.input
index c0bfe6f..5d27206 100644 (file)
@@ -1,37 +1,37 @@
-// A standalone comment is a comment which is not attached to any kind of node
-
-   // This comes from Terraform, as a test
-variable "foo" {
-       # Standalone comment should be still here
-
-       default = "bar"
-    description =     "bar" # yooo
-}
-
-/* This is a multi line standalone
-comment*/
-
-
-// fatih arslan
-/* This is a developer test
-account and a multine comment */
-developer = [     "fatih",       "arslan"] // fatih arslan
-
-# One line here
-numbers = [1,2] // another line here
-
-         # Another comment
-variable = {
-    description =     "bar" # another yooo
-    foo { 
-       # Nested standalone
-
-        bar = "fatih"
-    } 
-}
-
-          // lead comment
-foo { 
-    bar = "fatih"       // line comment 2 
-}        // line comment 3
-
+// A standalone comment is a comment which is not attached to any kind of node\r
+\r
+   // This comes from Terraform, as a test\r
+variable "foo" {\r
+       # Standalone comment should be still here\r
+\r
+       default = "bar"\r
+    description =     "bar" # yooo\r
+}\r
+\r
+/* This is a multi line standalone\r
+comment*/\r
+\r
+\r
+// fatih arslan\r
+/* This is a developer test\r
+account and a multine comment */\r
+developer = [     "fatih",       "arslan"] // fatih arslan\r
+\r
+# One line here\r
+numbers = [1,2] // another line here\r
+\r
+         # Another comment\r
+variable = {\r
+    description =     "bar" # another yooo\r
+    foo { \r
+       # Nested standalone\r
+\r
+        bar = "fatih"\r
+    } \r
+}\r
+\r
+          // lead comment\r
+foo { \r
+    bar = "fatih"       // line comment 2 \r
+}        // line comment 3\r
+\r