summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/if_symbol.txt
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2023-11-15 17:55:16 -0500
committergit <svn-admin@ruby-lang.org>2023-11-15 23:08:11 +0000
commitd2e7a70ee6865a92992d4d793cd08a2805d2658a (patch)
tree7c1bdca081219e3daf2b2f443101729099f9650c /test/prism/snapshots/seattlerb/if_symbol.txt
parente9bc530795a13103ac5fd01475422cab632420cd (diff)
[ruby/prism] Track the then keyword for conditionals
https://github.com/ruby/prism/commit/fef0019a25
Diffstat (limited to 'test/prism/snapshots/seattlerb/if_symbol.txt')
-rw-r--r--test/prism/snapshots/seattlerb/if_symbol.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/prism/snapshots/seattlerb/if_symbol.txt b/test/prism/snapshots/seattlerb/if_symbol.txt
index 4a8ff3c6fd..e4358bed1a 100644
--- a/test/prism/snapshots/seattlerb/if_symbol.txt
+++ b/test/prism/snapshots/seattlerb/if_symbol.txt
@@ -24,6 +24,7 @@
│ ├── block: ∅
│ ├── flags: ∅
│ └── name: :f
+ ├── then_keyword_loc: ∅
├── statements: ∅
├── consequent: ∅
└── end_keyword_loc: (1,9)-(1,12) = "end"