From 8172de192c7a6ab0d7b30e0153c6b8c441d27444 Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Sat, 23 May 2015 09:48:45 +0200 Subject: [PATCH] Dropped html_ prefix from HTML lexer specs --- .../html/lexer/{html_attributes_spec.rb => attributes_spec.rb} | 0 .../html/lexer/{html_closing_rules => closing_rules}/body_spec.rb | 0 .../lexer/{html_closing_rules => closing_rules}/caption_spec.rb | 0 .../lexer/{html_closing_rules => closing_rules}/colgroup_spec.rb | 0 .../html/lexer/{html_closing_rules => closing_rules}/dd_spec.rb | 0 .../html/lexer/{html_closing_rules => closing_rules}/dt_spec.rb | 0 .../html/lexer/{html_closing_rules => closing_rules}/head_spec.rb | 0 .../html/lexer/{html_closing_rules => closing_rules}/li_spec.rb | 0 .../lexer/{html_closing_rules => closing_rules}/optgroup_spec.rb | 0 .../lexer/{html_closing_rules => closing_rules}/option_spec.rb | 0 .../html/lexer/{html_closing_rules => closing_rules}/p_spec.rb | 0 .../html/lexer/{html_closing_rules => closing_rules}/rb_spec.rb | 0 .../html/lexer/{html_closing_rules => closing_rules}/rp_spec.rb | 0 .../html/lexer/{html_closing_rules => closing_rules}/rt_spec.rb | 0 .../html/lexer/{html_closing_rules => closing_rules}/rtc_spec.rb | 0 .../lexer/{html_closing_rules => closing_rules}/table_spec.rb | 0 .../lexer/{html_closing_rules => closing_rules}/tbody_spec.rb | 0 .../html/lexer/{html_closing_rules => closing_rules}/td_spec.rb | 0 .../lexer/{html_closing_rules => closing_rules}/tfoot_spec.rb | 0 .../html/lexer/{html_closing_rules => closing_rules}/th_spec.rb | 0 .../lexer/{html_closing_rules => closing_rules}/thead_spec.rb | 0 .../html/lexer/{html_closing_rules => closing_rules}/tr_spec.rb | 0 spec/oga/html/lexer/{html_script_spec.rb => script_spec.rb} | 0 spec/oga/html/lexer/{html_style_spec.rb => style_spec.rb} | 0 .../lexer/{html_void_elements_spec.rb => void_elements_spec.rb} | 0 25 files changed, 0 insertions(+), 0 deletions(-) rename spec/oga/html/lexer/{html_attributes_spec.rb => attributes_spec.rb} (100%) rename spec/oga/html/lexer/{html_closing_rules => closing_rules}/body_spec.rb (100%) rename spec/oga/html/lexer/{html_closing_rules => closing_rules}/caption_spec.rb (100%) rename spec/oga/html/lexer/{html_closing_rules => closing_rules}/colgroup_spec.rb (100%) rename spec/oga/html/lexer/{html_closing_rules => closing_rules}/dd_spec.rb (100%) rename spec/oga/html/lexer/{html_closing_rules => closing_rules}/dt_spec.rb (100%) rename spec/oga/html/lexer/{html_closing_rules => closing_rules}/head_spec.rb (100%) rename spec/oga/html/lexer/{html_closing_rules => closing_rules}/li_spec.rb (100%) rename spec/oga/html/lexer/{html_closing_rules => closing_rules}/optgroup_spec.rb (100%) rename spec/oga/html/lexer/{html_closing_rules => closing_rules}/option_spec.rb (100%) rename spec/oga/html/lexer/{html_closing_rules => closing_rules}/p_spec.rb (100%) rename spec/oga/html/lexer/{html_closing_rules => closing_rules}/rb_spec.rb (100%) rename spec/oga/html/lexer/{html_closing_rules => closing_rules}/rp_spec.rb (100%) rename spec/oga/html/lexer/{html_closing_rules => closing_rules}/rt_spec.rb (100%) rename spec/oga/html/lexer/{html_closing_rules => closing_rules}/rtc_spec.rb (100%) rename spec/oga/html/lexer/{html_closing_rules => closing_rules}/table_spec.rb (100%) rename spec/oga/html/lexer/{html_closing_rules => closing_rules}/tbody_spec.rb (100%) rename spec/oga/html/lexer/{html_closing_rules => closing_rules}/td_spec.rb (100%) rename spec/oga/html/lexer/{html_closing_rules => closing_rules}/tfoot_spec.rb (100%) rename spec/oga/html/lexer/{html_closing_rules => closing_rules}/th_spec.rb (100%) rename spec/oga/html/lexer/{html_closing_rules => closing_rules}/thead_spec.rb (100%) rename spec/oga/html/lexer/{html_closing_rules => closing_rules}/tr_spec.rb (100%) rename spec/oga/html/lexer/{html_script_spec.rb => script_spec.rb} (100%) rename spec/oga/html/lexer/{html_style_spec.rb => style_spec.rb} (100%) rename spec/oga/html/lexer/{html_void_elements_spec.rb => void_elements_spec.rb} (100%) diff --git a/spec/oga/html/lexer/html_attributes_spec.rb b/spec/oga/html/lexer/attributes_spec.rb similarity index 100% rename from spec/oga/html/lexer/html_attributes_spec.rb rename to spec/oga/html/lexer/attributes_spec.rb diff --git a/spec/oga/html/lexer/html_closing_rules/body_spec.rb b/spec/oga/html/lexer/closing_rules/body_spec.rb similarity index 100% rename from spec/oga/html/lexer/html_closing_rules/body_spec.rb rename to spec/oga/html/lexer/closing_rules/body_spec.rb diff --git a/spec/oga/html/lexer/html_closing_rules/caption_spec.rb b/spec/oga/html/lexer/closing_rules/caption_spec.rb similarity index 100% rename from spec/oga/html/lexer/html_closing_rules/caption_spec.rb rename to spec/oga/html/lexer/closing_rules/caption_spec.rb diff --git a/spec/oga/html/lexer/html_closing_rules/colgroup_spec.rb b/spec/oga/html/lexer/closing_rules/colgroup_spec.rb similarity index 100% rename from spec/oga/html/lexer/html_closing_rules/colgroup_spec.rb rename to spec/oga/html/lexer/closing_rules/colgroup_spec.rb diff --git a/spec/oga/html/lexer/html_closing_rules/dd_spec.rb b/spec/oga/html/lexer/closing_rules/dd_spec.rb similarity index 100% rename from spec/oga/html/lexer/html_closing_rules/dd_spec.rb rename to spec/oga/html/lexer/closing_rules/dd_spec.rb diff --git a/spec/oga/html/lexer/html_closing_rules/dt_spec.rb b/spec/oga/html/lexer/closing_rules/dt_spec.rb similarity index 100% rename from spec/oga/html/lexer/html_closing_rules/dt_spec.rb rename to spec/oga/html/lexer/closing_rules/dt_spec.rb diff --git a/spec/oga/html/lexer/html_closing_rules/head_spec.rb b/spec/oga/html/lexer/closing_rules/head_spec.rb similarity index 100% rename from spec/oga/html/lexer/html_closing_rules/head_spec.rb rename to spec/oga/html/lexer/closing_rules/head_spec.rb diff --git a/spec/oga/html/lexer/html_closing_rules/li_spec.rb b/spec/oga/html/lexer/closing_rules/li_spec.rb similarity index 100% rename from spec/oga/html/lexer/html_closing_rules/li_spec.rb rename to spec/oga/html/lexer/closing_rules/li_spec.rb diff --git a/spec/oga/html/lexer/html_closing_rules/optgroup_spec.rb b/spec/oga/html/lexer/closing_rules/optgroup_spec.rb similarity index 100% rename from spec/oga/html/lexer/html_closing_rules/optgroup_spec.rb rename to spec/oga/html/lexer/closing_rules/optgroup_spec.rb diff --git a/spec/oga/html/lexer/html_closing_rules/option_spec.rb b/spec/oga/html/lexer/closing_rules/option_spec.rb similarity index 100% rename from spec/oga/html/lexer/html_closing_rules/option_spec.rb rename to spec/oga/html/lexer/closing_rules/option_spec.rb diff --git a/spec/oga/html/lexer/html_closing_rules/p_spec.rb b/spec/oga/html/lexer/closing_rules/p_spec.rb similarity index 100% rename from spec/oga/html/lexer/html_closing_rules/p_spec.rb rename to spec/oga/html/lexer/closing_rules/p_spec.rb diff --git a/spec/oga/html/lexer/html_closing_rules/rb_spec.rb b/spec/oga/html/lexer/closing_rules/rb_spec.rb similarity index 100% rename from spec/oga/html/lexer/html_closing_rules/rb_spec.rb rename to spec/oga/html/lexer/closing_rules/rb_spec.rb diff --git a/spec/oga/html/lexer/html_closing_rules/rp_spec.rb b/spec/oga/html/lexer/closing_rules/rp_spec.rb similarity index 100% rename from spec/oga/html/lexer/html_closing_rules/rp_spec.rb rename to spec/oga/html/lexer/closing_rules/rp_spec.rb diff --git a/spec/oga/html/lexer/html_closing_rules/rt_spec.rb b/spec/oga/html/lexer/closing_rules/rt_spec.rb similarity index 100% rename from spec/oga/html/lexer/html_closing_rules/rt_spec.rb rename to spec/oga/html/lexer/closing_rules/rt_spec.rb diff --git a/spec/oga/html/lexer/html_closing_rules/rtc_spec.rb b/spec/oga/html/lexer/closing_rules/rtc_spec.rb similarity index 100% rename from spec/oga/html/lexer/html_closing_rules/rtc_spec.rb rename to spec/oga/html/lexer/closing_rules/rtc_spec.rb diff --git a/spec/oga/html/lexer/html_closing_rules/table_spec.rb b/spec/oga/html/lexer/closing_rules/table_spec.rb similarity index 100% rename from spec/oga/html/lexer/html_closing_rules/table_spec.rb rename to spec/oga/html/lexer/closing_rules/table_spec.rb diff --git a/spec/oga/html/lexer/html_closing_rules/tbody_spec.rb b/spec/oga/html/lexer/closing_rules/tbody_spec.rb similarity index 100% rename from spec/oga/html/lexer/html_closing_rules/tbody_spec.rb rename to spec/oga/html/lexer/closing_rules/tbody_spec.rb diff --git a/spec/oga/html/lexer/html_closing_rules/td_spec.rb b/spec/oga/html/lexer/closing_rules/td_spec.rb similarity index 100% rename from spec/oga/html/lexer/html_closing_rules/td_spec.rb rename to spec/oga/html/lexer/closing_rules/td_spec.rb diff --git a/spec/oga/html/lexer/html_closing_rules/tfoot_spec.rb b/spec/oga/html/lexer/closing_rules/tfoot_spec.rb similarity index 100% rename from spec/oga/html/lexer/html_closing_rules/tfoot_spec.rb rename to spec/oga/html/lexer/closing_rules/tfoot_spec.rb diff --git a/spec/oga/html/lexer/html_closing_rules/th_spec.rb b/spec/oga/html/lexer/closing_rules/th_spec.rb similarity index 100% rename from spec/oga/html/lexer/html_closing_rules/th_spec.rb rename to spec/oga/html/lexer/closing_rules/th_spec.rb diff --git a/spec/oga/html/lexer/html_closing_rules/thead_spec.rb b/spec/oga/html/lexer/closing_rules/thead_spec.rb similarity index 100% rename from spec/oga/html/lexer/html_closing_rules/thead_spec.rb rename to spec/oga/html/lexer/closing_rules/thead_spec.rb diff --git a/spec/oga/html/lexer/html_closing_rules/tr_spec.rb b/spec/oga/html/lexer/closing_rules/tr_spec.rb similarity index 100% rename from spec/oga/html/lexer/html_closing_rules/tr_spec.rb rename to spec/oga/html/lexer/closing_rules/tr_spec.rb diff --git a/spec/oga/html/lexer/html_script_spec.rb b/spec/oga/html/lexer/script_spec.rb similarity index 100% rename from spec/oga/html/lexer/html_script_spec.rb rename to spec/oga/html/lexer/script_spec.rb diff --git a/spec/oga/html/lexer/html_style_spec.rb b/spec/oga/html/lexer/style_spec.rb similarity index 100% rename from spec/oga/html/lexer/html_style_spec.rb rename to spec/oga/html/lexer/style_spec.rb diff --git a/spec/oga/html/lexer/html_void_elements_spec.rb b/spec/oga/html/lexer/void_elements_spec.rb similarity index 100% rename from spec/oga/html/lexer/html_void_elements_spec.rb rename to spec/oga/html/lexer/void_elements_spec.rb