blob: bd0dbe25f0febfe2e635da9bc4e227701c1ba7a5 [file] [log] [blame]
load("@build_bazel_rules_nodejs//:index.bzl", "generated_file_test")
load(":index.bzl", "html_insert_nonce_attribute")
html_insert_nonce_attribute(
name = "actual_output",
src = ":testdata/input.html",
out = ":testdata/actual_output.html",
nonce = "{% .Nonce %}",
)
generated_file_test(
name = "test",
src = ":testdata/expected_output.html",
generated = ":testdata/actual_output.html",
)