Skip to content

Commit

Permalink
remove review-ext.rb entry from test (it is already fixed in #1353)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuto committed Aug 11, 2019
1 parent 0a8be9f commit 34efb34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion lib/review/idgxmlmaker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def parse_opts(args)
@table = nil
@filter = nil

opts.banner = 'Usage: review-idgxmlmaker configfile'
opts.banner = 'Usage: review-idgxmlmaker [options] configfile'
opts.version = ReVIEW::VERSION
opts.on('-w', '--width widthoftypepage', 'Specify the width of type page for layouting tables (mm).') { |v| @table = v }
opts.on('-f', '--filter filterprogrampath', 'Specify the filter path.') { |v| @filter = v }
Expand Down
12 changes: 0 additions & 12 deletions samples/syntax-book/review-ext.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,4 @@ def inline_balloon(str)
%Q(←#{escape(str)})
end
end
class IDGXMLBuilder
Compiler.definline(:strong)
Compiler.definline(:em)

def inline_strong(str)
str
end

def inline_em(str)
str
end
end
end

0 comments on commit 34efb34

Please sign in to comment.