mirror of
https://github.com/google/go-jsonnet.git
synced 2025-12-24 18:41:07 +01:00
* Improve imports * Nonexistent file is now a runtime error (used to be ignored) * Permission denied is a runtime error (used to be an internal error) * Basic tests added for imports * Renamed tests from .input to .jsonnet * It's standard * It's compatible with C++ test suite * Editors enable syntax highlighting based on extension * Importing .input looks weird
9 lines
59 B
Jsonnet
9 lines
59 B
Jsonnet
{
|
|
'"': null,
|
|
"'": null,
|
|
|||
|
|
|
|
|
|
|||: null,
|
|
}
|