AKSW / jekyll-rdf

📃 A Jekyll plugin to include RDF data in your static site or build a complete site for your RDF graph
http://aksw.org/Projects/JekyllRDF
Other
57 stars 10 forks source link

Return literal value to allow liquid filters to compute rdf literals #182

Closed Simaris closed 6 years ago

Simaris commented 6 years ago

Fixes #179 Closes #180

This extends #180 by adding tests. I also found that the filters at_most, at_least were bugged:

{{10 | at_most: 5}} => 10
{{10 | at_most: 12}} => 10
{{10 | at_least: 12}} => 10
{{10 | at_least: 8}} => 10
coveralls commented 6 years ago

Coverage Status

Coverage decreased (-1.4%) to 98.605% when pulling 60cd33744c3630ef1238cea55acbf544ea734e88 on Simaris:make_liquid_math_filters_work into b8b02b2ceb022b6fe57f9473a832a70708f39a58 on white-gecko:develop.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling b3f37b2943855c4886218150088cb22c8fd62067 on Simaris:make_liquid_math_filters_work into b8b02b2ceb022b6fe57f9473a832a70708f39a58 on white-gecko:develop.

white-gecko commented 6 years ago

We have filed an upstream issue: https://github.com/Shopify/liquid/issues/1012