diff options
author | Étienne Barrié <[email protected]> | 2024-10-21 12:04:56 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-10-26 18:44:15 +0900 |
commit | 82f7550f65f9872f6d7bff1a876395c23bbd7fc1 (patch) | |
tree | 5261ada8c5ac71532dc0501ee0ff1a2c03aef835 /test/json/json_ext_parser_test.rb | |
parent | 5f9746895847be1e2dd202207d7a12f3f556294c (diff) |
Use frozen string literals
Co-authored-by: Jean Boussier <[email protected]>
Diffstat (limited to 'test/json/json_ext_parser_test.rb')
-rw-r--r-- | test/json/json_ext_parser_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/json/json_ext_parser_test.rb b/test/json/json_ext_parser_test.rb index f49f88b596..ff6598f490 100644 --- a/test/json/json_ext_parser_test.rb +++ b/test/json/json_ext_parser_test.rb @@ -1,4 +1,4 @@ -#frozen_string_literal: false +# frozen_string_literal: true require_relative 'test_helper' class JSONExtParserTest < Test::Unit::TestCase |