Skip to content

Commit

Permalink
Update test for issue #27
Browse files Browse the repository at this point in the history
  • Loading branch information
wallyqs committed Dec 23, 2014
2 parents fd57a6d + 45dea6b commit bc60a87
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions lib/org-ruby/html_symbol_replace.rb
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ module Orgmode
"prod" => "∏",
"micro" => "µ",
"macr" => "¯",
"deg" => "°",
"prime" => "′",
"Prime" => "″",
"infin" => "∞",
Expand Down Expand Up @@ -311,7 +310,6 @@ module Orgmode
"sec" => "sec",
"sin" => "sin",
"sinh" => "sinh",
"sup" => "⊃",
"tan" => "tan",
"tanh" => "tanh",
"bull" => "•",
Expand Down
2 changes: 0 additions & 2 deletions lib/org-ruby/textile_symbol_replace.rb
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ module Orgmode
"cot" => "cot",
"coth" => "coth",
"csc" => "csc",
"deg" => "deg",
"det" => "det",
"dim" => "dim",
"exp" => "exp",
Expand All @@ -312,7 +311,6 @@ module Orgmode
"sec" => "sec",
"sin" => "sin",
"sinh" => "sinh",
"sup" => "sup",
"tan" => "tan",
"tanh" => "tanh",
"bull" => "•",
Expand Down
4 changes: 2 additions & 2 deletions spec/markdown_examples/entities.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ bundle exec ruby /tmp/print_entities.rb
* Writing `\prod`, results in: ∏
* Writing `\micro`, results in: µ
* Writing `\macr`, results in: ¯
* Writing `\deg`, results in: deg
* Writing `\deg`, results in: °
* Writing `\prime`, results in: ′
* Writing `\Prime`, results in: ″
* Writing `\infin`, results in: ∞
Expand Down Expand Up @@ -268,7 +268,7 @@ bundle exec ruby /tmp/print_entities.rb
* Writing `\ge`, results in: ≥
* Writing `\sub`, results in: ⊂
* Writing `\subset`, results in: ⊂
* Writing `\sup`, results in: sup
* Writing `\sup`, results in:
* Writing `\supset`, results in: ⊃
* Writing `\nsub`, results in: ⊄
* Writing `\sube`, results in: ⊆
Expand Down

0 comments on commit bc60a87

Please sign in to comment.