mirror of
https://github.com/google/go-jsonnet.git
synced 2025-12-24 18:41:07 +01:00
* Gracefully handle encountered regular expression when running jsonnetfmt, adding tests. * Do not validate verbatim strings. * Also do not validate string blocks. * Change golden prefix for formatter tests to fmt.golden to be consistant with cpp version.
5 lines
45 B
Jsonnet
5 lines
45 B
Jsonnet
{
|
|
x: {
|
|
data: '([^:]+)(?::\d+)?',
|
|
},
|
|
} |