summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/bug_comma.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/bug_comma.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/bug_comma.txt')
-rw-r--r--test/prism/snapshots/seattlerb/bug_comma.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/prism/snapshots/seattlerb/bug_comma.txt b/test/prism/snapshots/seattlerb/bug_comma.txt
index 53b8baed27..f4b71ff47f 100644
--- a/test/prism/snapshots/seattlerb/bug_comma.txt
+++ b/test/prism/snapshots/seattlerb/bug_comma.txt
@@ -35,6 +35,7 @@
│ ├── block: ∅
│ ├── flags: ∅
│ └── name: :test
+ ├── then_keyword_loc: (1,16)-(1,20) = "then"
├── statements: ∅
├── consequent: ∅
└── end_keyword_loc: (1,21)-(1,24) = "end"