[clang-tools-extra] [llvm] [llvm] add tool to verify mustache library (PR #111487)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 3 23:54:39 PDT 2025


================
@@ -0,0 +1,12 @@
+llvm-mustachespec - LLVM tool to test Mustache Compliance Library
+=================================================================
+
+llvm-mustachespec test the mustache spec conformance of the LLVM
+mustache library. The spec can be found here https://github.com/mustache/spec
+
+    $ llvm-mustachespec input-file
+
+.. program:: llvm-mustachespec
+
+Outputs the number of tests failures and success in the spec
----------------
nikic wrote:

```suggestion
Outputs the number of tests failures and successes in the spec.
```

https://github.com/llvm/llvm-project/pull/111487


More information about the llvm-commits mailing list