From 405e5a28f9c4d7cff26127e780eb3d3c37083af1 Mon Sep 17 00:00:00 2001 From: Hugo Cebrecos Date: Wed, 8 Jul 2026 17:44:13 +0200 Subject: [PATCH] Fix extra semicolon in text format regex There is an extra semicolon after value 2, this semicolon does not appear in any of the examples --- spec/ctxp-format.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/ctxp-format.adoc b/spec/ctxp-format.adoc index 1d097b7..1533268 100644 --- a/spec/ctxp-format.adoc +++ b/spec/ctxp-format.adoc @@ -158,7 +158,7 @@ META:#0="CPU0",#1="CPU1",#2="CPU2",#3="CPU\\\"3\"" - Followed by the trace data, as list of events in each line: + [source] -#::()?:()?: (@ )? +#::()?:()? (@ )? ** `TYPE:string` must be a type defined in <>. ** Presence of `VALUE 1` and `VALUE 2` depend on `TYPE`, defined in <>. Colons are always present.