From 854b72dddb80a4c8da6bf0ac9dbd683951875541 Mon Sep 17 00:00:00 2001 From: David Chen Date: Thu, 22 Oct 2015 09:35:11 +0000 Subject: [jsonnet] Add jsonnet_to_json_test rule for testing Jsonnet code. RELNOTES: [jsonnet] Add jsonnet_to_json_test rule for testing Jsonnet code. -- MOS_MIGRATED_REVID=106040951 --- examples/jsonnet/invalid.jsonnet | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 examples/jsonnet/invalid.jsonnet (limited to 'examples/jsonnet/invalid.jsonnet') diff --git a/examples/jsonnet/invalid.jsonnet b/examples/jsonnet/invalid.jsonnet new file mode 100644 index 0000000000..e911037832 --- /dev/null +++ b/examples/jsonnet/invalid.jsonnet @@ -0,0 +1,15 @@ +// Copyright 2015 The Bazel Authors. All rights reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +error "Foo." -- cgit v1.2.3