summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/bug_hash_args_trailing_comma.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/snapshots/seattlerb/bug_hash_args_trailing_comma.txt')
-rw-r--r--test/prism/snapshots/seattlerb/bug_hash_args_trailing_comma.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/prism/snapshots/seattlerb/bug_hash_args_trailing_comma.txt b/test/prism/snapshots/seattlerb/bug_hash_args_trailing_comma.txt
index e7256b337b..fe2d7f73c9 100644
--- a/test/prism/snapshots/seattlerb/bug_hash_args_trailing_comma.txt
+++ b/test/prism/snapshots/seattlerb/bug_hash_args_trailing_comma.txt
@@ -12,7 +12,7 @@
├── opening_loc: (1,3)-(1,4) = "("
├── arguments:
│ @ ArgumentsNode (location: (1,4)-(1,18))
- │ ├── flags: ∅
+ │ ├── flags: contains_keywords
│ └── arguments: (length: 2)
│ ├── @ SymbolNode (location: (1,4)-(1,8))
│ │ ├── flags: forced_us_ascii_encoding
e='2019-07-02 09:26:11 +0900'>2019-07-02Adjust minitest file pathNobuyoshi Nakada 2019-07-02Split test files for test-framework that are test-unit and minitest to tool d...Hiroshi SHIBATA 2019-02-07tool/test/test_jisx0208.rb: Use `require_relative`kazu