File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
approvals/libraries/render/mandoc Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,4 +29,4 @@ EXAMPLES
2929 download example.com ./output -f
3030
3131
32- Version 0.1.0 MONTH YEAR download(1)
32+ Version 0.1.0 MONTH YEAR ... APPNAME
Original file line number Diff line number Diff line change 3131 expect ( `man "#{ target } /download.1" | col -bx` )
3232 . to match_approval ( 'libraries/render/mandoc/render-1-download.1' )
3333 . diff ( leeway )
34- . except ( /\w {3,9} 202\d / , 'MONTH YEAR' )
34+ . except ( /\w {3,9} 202\d .* / , 'MONTH YEAR ... APPNAME ' )
3535 end
3636 end
3737
4141 it 'saves a markdown and man files for each command' do
4242 expect { subject . instance_eval render_script }
4343 . to output_approval ( 'libraries/render/mandoc/render-2' )
44- . except ( /\w {3,9} 202\d / , 'MONTH YEAR' )
44+ . except ( /\w {3,9} 202\d .* / , 'MONTH YEAR ... APPNAME ' )
4545
4646 expect ( File . read "#{ target } /cli-download.md" )
4747 . to match_approval ( 'libraries/render/mandoc/render-2-download.md' )
You can’t perform that action at this time.
0 commit comments