From addac10a47693a976808bf75fe63aed19f8dbb63 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 22 Jul 2018 15:01:05 -0700 Subject: Re-autoformatted everything. The main changes are: no longer adding a newline after 1-line indented code inside blocks, and forcing files to have a trailing newline. The trailing newline thing created a lot of spurious changes. --- core/text.nom | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'core/text.nom') diff --git a/core/text.nom b/core/text.nom index 40e0451..83c25f7 100644 --- a/core/text.nom +++ b/core/text.nom @@ -54,9 +54,7 @@ compile [%text matches %pattern] to (..) (\(%text as lua expr):match(\(%pattern as lua expr)) and true or false) compile [%text matching %pattern] to (..) - Lua value ".." - \(%text as lua expr):match(\(%pattern as lua expr)) - + Lua value "\(%text as lua expr):match(\(%pattern as lua expr))" # Text literals lua> ".." -- cgit v1.2.3