From 673da2554d3e667e0a62d5c7bbf30999f1295dc1 Mon Sep 17 00:00:00 2001 From: Chimrod <> Date: Sat, 4 Nov 2023 11:54:08 +0100 Subject: List all the available tests on command line --- lib/syntax/nested_strings.ml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/syntax/nested_strings.ml') diff --git a/lib/syntax/nested_strings.ml b/lib/syntax/nested_strings.ml index 9d4867c..37f352c 100644 --- a/lib/syntax/nested_strings.ml +++ b/lib/syntax/nested_strings.ml @@ -1,5 +1,8 @@ open StdLabels +let identifier = "escaped_string" +let description = "Check for unnecessary use of expression encoded in string" + module Expression : S.Expression with type t' = Report.t list = struct type t = Report.t list type t' = t -- cgit v1.2.3