Skip to content

Commit

Permalink
test: Add missing $rawParameter to list of known built-ins (#12976)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomi authored Jan 31, 2025
1 parent d47bfdd commit 2774f35
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ describe('BuiltInsParser', () => {
'$node',
'$self',
'$parameter',
'$rawParameter',
'$prevNode',
'$runIndex',
'$mode',
Expand Down

0 comments on commit 2774f35

Please sign in to comment.