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