diff options
author | Matthäus G. Chajdas <dev@anteru.net> | 2021-02-14 09:14:18 +0100 |
---|---|---|
committer | Matthäus G. Chajdas <dev@anteru.net> | 2021-02-14 09:14:18 +0100 |
commit | c307262aaf41e197ec7407d5d9541db149de7eab (patch) | |
tree | 620e637c3733227420a231cc87e8c354246c5e24 | |
parent | f9bc5a047492153e7e129e916f68c4f3f32c3f36 (diff) | |
download | pygments-git-c307262aaf41e197ec7407d5d9541db149de7eab.tar.gz |
Update expected output for Ruby.
-rw-r--r-- | tests/examplefiles/rb/example.rb.output | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/tests/examplefiles/rb/example.rb.output b/tests/examplefiles/rb/example.rb.output index 79fa1e2f..1b86d593 100644 --- a/tests/examplefiles/rb/example.rb.output +++ b/tests/examplefiles/rb/example.rb.output @@ -8648,8 +8648,7 @@ '\n\t' Text 'def' Keyword ' ' Text -'value' Name.Function -'=' Operator +'value=' Name.Function '(' Punctuation 'value' Name ')' Punctuation @@ -8748,8 +8747,7 @@ '\n\t' Text 'def' Keyword ' ' Text -'maxage' Name.Function -'=' Operator +'maxage=' Name.Function '(' Punctuation 'maxage' Name ')' Punctuation @@ -8833,8 +8831,7 @@ '\n\t' Text 'def' Keyword ' ' Text -'path' Name.Function -'=' Operator +'path=' Name.Function '(' Punctuation 'path' Name ')' Punctuation @@ -8895,8 +8892,7 @@ '\n\t' Text 'def' Keyword ' ' Text -'domain' Name.Function -'=' Operator +'domain=' Name.Function '(' Punctuation 'domain' Name ')' Punctuation @@ -8955,8 +8951,7 @@ '\n\t' Text 'def' Keyword ' ' Text -'secure' Name.Function -'=' Operator +'secure=' Name.Function '(' Punctuation 'secure' Name ')' Punctuation @@ -9009,8 +9004,7 @@ '\n\t' Text 'def' Keyword ' ' Text -'comment' Name.Function -'=' Operator +'comment=' Name.Function '(' Punctuation 'comment' Name ')' Punctuation @@ -9067,8 +9061,7 @@ ' ' Text 'Cookie' Name.Class '.' Operator -'type' Name.Function -'=' Operator +'type=' Name.Function '(' Punctuation 'type' Name ')' Punctuation |