Skip to content

Commit

Permalink
triggers build: raidboss: support bareword keys in timeline netregex (#…
Browse files Browse the repository at this point in the history
…5967)

Rather than eval (which is probably TOO lenient)
switch to using json5 instead of json parsing.

This is a followup to a TODO from #5939. e6255c3
  • Loading branch information
github-actions committed Dec 1, 2023
1 parent 41da370 commit d76b6d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 00-misc/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ hideall "--sync--"

0 "--Reset--" sync /You bid farewell to the striking dummy/ window 10000 jump 0

# two examples with different quoting which should both be supported
0 "--sync--" GameLog { line: 'testNetRegexTimeline' } window 100000,100000
0 "--sync--" GameLog { "line": "testNetRegexTimeline" } window 100000,100000

0 "--sync--" sync /:Engage!/ window 100000,100000
0 "--sync--" sync /:You bow courteously to the striking dummy/ window 0,1
3 "Almagest"
Expand Down

0 comments on commit d76b6d4

Please sign in to comment.