Skip to content

Commit

Permalink
regenerate css/parser.rb using Racc 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed May 24, 2024
1 parent 65dee10 commit 0aa46e1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/nokogiri/css/parser.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# frozen_string_literal: true
#
# DO NOT MODIFY!!!!
# This file is automatically generated by Racc 1.6.0
# from Racc grammar file "".
# This file is automatically generated by Racc 1.7.3
# from Racc grammar file "parser.y".
#

require 'racc/parser.rb'
Expand Down Expand Up @@ -291,6 +291,7 @@ def unescape_css_string(str)
racc_shift_n,
racc_reduce_n,
racc_use_result_var ]
Ractor.make_shareable(Racc_arg) if defined?(Ractor)

Racc_token_to_s_table = [
"$end",
Expand Down Expand Up @@ -351,6 +352,7 @@ def unescape_css_string(str)
"negation",
"eql_incl_dash",
"negation_arg" ]
Ractor.make_shareable(Racc_token_to_s_table) if defined?(Ractor)

Racc_debug_parser = false

Expand Down

0 comments on commit 0aa46e1

Please sign in to comment.