mirror of
https://github.com/apple/pkl.git
synced 2026-05-27 17:19:15 +02:00
Fix multiline string stability (#1287)
This commit is contained in:
+9
@@ -47,3 +47,12 @@ quux {
|
||||
|
||||
"""
|
||||
}
|
||||
|
||||
obj {
|
||||
data {
|
||||
["bar"] = """
|
||||
foo
|
||||
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
||||
+10
@@ -51,3 +51,13 @@ quux {
|
||||
|
||||
"""
|
||||
}
|
||||
|
||||
obj {
|
||||
data {
|
||||
["bar"] =
|
||||
"""
|
||||
foo
|
||||
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user