summaryrefslogtreecommitdiffstats
path: root/contrib/libucl/README.md
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-03-02 21:41:09 +0000
committerbapt <bapt@FreeBSD.org>2015-03-02 21:41:09 +0000
commitb350eee701186419446d61fe9cf3de36016de0f2 (patch)
tree4daea009d89b8a9d256f54572707642911add5c0 /contrib/libucl/README.md
parent8dc95f1ef3391ce2b99f9ee21f9c726ed536598a (diff)
parent7678f812c1d8bea1cf36871abe8ab1e7ec6912fd (diff)
downloadFreeBSD-src-b350eee701186419446d61fe9cf3de36016de0f2.zip
FreeBSD-src-b350eee701186419446d61fe9cf3de36016de0f2.tar.gz
Update libucl to git version 8d3b186
Diffstat (limited to 'contrib/libucl/README.md')
-rw-r--r--contrib/libucl/README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/contrib/libucl/README.md b/contrib/libucl/README.md
index 235cfb6..797278b 100644
--- a/contrib/libucl/README.md
+++ b/contrib/libucl/README.md
@@ -1,6 +1,6 @@
# LIBUCL
-[![Build Status](https://travis-ci.org/vstakhov/libucl.svg?branch=master)](https://travis-ci.org/vstakhov/libucl)
+[![Build Status](https://travis-ci.org/vstakhov/libucl.svg?branch=master)](https://travis-ci.org/vstakhov/libucl)[![Coverity](https://scan.coverity.com/projects/4138/badge.svg)](https://scan.coverity.com/projects/4138)
**Table of Contents** *generated with [DocToc](http://doctoc.herokuapp.com/)*
@@ -156,10 +156,10 @@ is converted to the following object:
```nginx
section {
blah {
- key = value;
+ key = value;
}
foo {
- key = value;
+ key = value;
}
}
```
@@ -177,9 +177,9 @@ is presented as:
```nginx
section {
blah {
- foo {
- key = value;
- }
+ foo {
+ key = value;
+ }
}
}
```
@@ -219,8 +219,8 @@ UCL supports external macros both multiline and single line ones:
```nginx
.macro "sometext";
.macro {
- Some long text
- ....
+ Some long text
+ ....
};
```
OpenPOWER on IntegriCloud