OpenSearch/modules/lang-mustache
Nik Everett 1e587406d8 Fail yaml tests and docs snippets that get unexpected warnings
Adds `warnings` syntax to the yaml test that allows you to expect
a `Warning` header that looks like:
```
    - do:
        warnings:
            - '[index] is deprecated'
            - quotes are not required because yaml
            - but this argument is always a list, never a single string
            - no matter how many warnings you expect
        get:
            index:    test
            type:    test
            id:        1
```

These are accessible from the docs with:
```
// TEST[warning:some warning]
```

This should help to force you to update the docs if you deprecate
something. You *must* add the warnings marker to the docs or the build
will fail. While you are there you *should* update the docs to add
deprecation warnings visible in the rendered results.
2016-08-04 15:23:05 -04:00
..
licenses get gradle check passing for lang-mustache 2015-12-09 00:10:37 -05:00
src Fail yaml tests and docs snippets that get unexpected warnings 2016-08-04 15:23:05 -04:00
build.gradle Cleaned up the tests in lang-mustache. 2016-07-25 17:57:39 +02:00