From 4c9b16aa0843a788fc32226a67fc129a4319fdfc Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Wed, 2 Jan 2013 01:23:31 -0800 Subject: [PATCH] Forcing another Travis build, now that GitHub's pygments.rb is at v 0.3.5. See https://github.com/github/linguist/pull/325#issuecomment-11802593 --- samples/Lasso/json.lasso | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/Lasso/json.lasso b/samples/Lasso/json.lasso index 79193449..2dbabd5a 100644 --- a/samples/Lasso/json.lasso +++ b/samples/Lasso/json.lasso @@ -10,7 +10,7 @@ // // This tag is now incorporated in Lasso 8.6.0.1 // - + If: (Lasso_TagExists: 'Encode_JSON') == False; Define_Tag: 'JSON', -Namespace='Encode_', -Required='value', -Optional='options';