nanoc 4.8.12 → 4.8.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/NEWS.md +6 -0
- data/lib/nanoc/base/entities/document.rb +16 -1
- data/lib/nanoc/base/feature.rb +1 -1
- data/lib/nanoc/base/repos/action_sequence_store.rb +3 -3
- data/lib/nanoc/base/repos/checksum_store.rb +3 -3
- data/lib/nanoc/base/repos/compiled_content_cache.rb +3 -3
- data/lib/nanoc/base/repos/dependency_store.rb +3 -3
- data/lib/nanoc/base/repos/outdatedness_store.rb +3 -3
- data/lib/nanoc/base/repos/store.rb +3 -5
- data/lib/nanoc/base/services/compiler_loader.rb +5 -5
- data/lib/nanoc/base/views/mixins/mutable_document_view_mixin.rb +2 -14
- data/lib/nanoc/cli/commands/compile.rb +18 -0
- data/lib/nanoc/cli/commands/live.rb +1 -0
- data/lib/nanoc/cli/commands/view.rb +12 -35
- data/lib/nanoc/filters/redcarpet.rb +26 -65
- data/lib/nanoc/version.rb +1 -1
- metadata +2 -293
- data/.rspec +0 -3
- data/.rubocop.yml +0 -173
- data/Rakefile +0 -25
- data/nanoc.gemspec +0 -44
- data/nanoc.manifest +0 -543
- data/spec/contributors_spec.rb +0 -20
- data/spec/gem_spec.rb +0 -21
- data/spec/manifest_spec.rb +0 -22
- data/spec/nanoc/base/changes_stream_spec.rb +0 -45
- data/spec/nanoc/base/checksummer_spec.rb +0 -419
- data/spec/nanoc/base/compiler_spec.rb +0 -149
- data/spec/nanoc/base/core_ext/array_spec.rb +0 -35
- data/spec/nanoc/base/core_ext/hash_spec.rb +0 -41
- data/spec/nanoc/base/core_ext/string_spec.rb +0 -23
- data/spec/nanoc/base/directed_graph_spec.rb +0 -258
- data/spec/nanoc/base/entities/action_sequence_spec.rb +0 -297
- data/spec/nanoc/base/entities/code_snippet_spec.rb +0 -60
- data/spec/nanoc/base/entities/configuration_spec.rb +0 -132
- data/spec/nanoc/base/entities/content_spec.rb +0 -195
- data/spec/nanoc/base/entities/context_spec.rb +0 -26
- data/spec/nanoc/base/entities/document_spec.rb +0 -258
- data/spec/nanoc/base/entities/identifiable_collection_spec.rb +0 -209
- data/spec/nanoc/base/entities/identifier_spec.rb +0 -472
- data/spec/nanoc/base/entities/item_rep_spec.rb +0 -26
- data/spec/nanoc/base/entities/item_spec.rb +0 -13
- data/spec/nanoc/base/entities/layout_spec.rb +0 -13
- data/spec/nanoc/base/entities/lazy_value_spec.rb +0 -108
- data/spec/nanoc/base/entities/outdatedness_status_spec.rb +0 -115
- data/spec/nanoc/base/entities/pattern_spec.rb +0 -133
- data/spec/nanoc/base/entities/processing_action_spec.rb +0 -11
- data/spec/nanoc/base/entities/processing_actions/filter_spec.rb +0 -20
- data/spec/nanoc/base/entities/processing_actions/layout_spec.rb +0 -20
- data/spec/nanoc/base/entities/processing_actions/snapshot_spec.rb +0 -40
- data/spec/nanoc/base/entities/props_spec.rb +0 -413
- data/spec/nanoc/base/entities/site_spec.rb +0 -80
- data/spec/nanoc/base/errors/dependency_cycle_spec.rb +0 -35
- data/spec/nanoc/base/feature_spec.rb +0 -109
- data/spec/nanoc/base/filter_spec.rb +0 -166
- data/spec/nanoc/base/item_rep_writer_spec.rb +0 -140
- data/spec/nanoc/base/memoization_spec.rb +0 -108
- data/spec/nanoc/base/repos/aggregate_data_source_spec.rb +0 -87
- data/spec/nanoc/base/repos/checksum_store_spec.rb +0 -155
- data/spec/nanoc/base/repos/compiled_content_cache_spec.rb +0 -65
- data/spec/nanoc/base/repos/config_loader_spec.rb +0 -245
- data/spec/nanoc/base/repos/data_source_spec.rb +0 -95
- data/spec/nanoc/base/repos/dependency_store_spec.rb +0 -515
- data/spec/nanoc/base/repos/in_mem_data_source_spec.rb +0 -39
- data/spec/nanoc/base/repos/outdatedness_store_spec.rb +0 -72
- data/spec/nanoc/base/repos/prefixed_data_source_spec.rb +0 -39
- data/spec/nanoc/base/repos/site_loader_spec.rb +0 -264
- data/spec/nanoc/base/repos/snapshot_repo_spec.rb +0 -316
- data/spec/nanoc/base/repos/store_spec.rb +0 -93
- data/spec/nanoc/base/services/compiler/phases/abstract_spec.rb +0 -63
- data/spec/nanoc/base/services/compiler/phases/cache_spec.rb +0 -156
- data/spec/nanoc/base/services/compiler/stages/calculate_checksums_spec.rb +0 -74
- data/spec/nanoc/base/services/compiler/stages/cleanup_spec.rb +0 -88
- data/spec/nanoc/base/services/compiler/stages/compile_reps_spec.rb +0 -142
- data/spec/nanoc/base/services/compiler/stages/determine_outdatedness_spec.rb +0 -148
- data/spec/nanoc/base/services/compiler/stages/preprocess_spec.rb +0 -110
- data/spec/nanoc/base/services/dependency_tracker_spec.rb +0 -245
- data/spec/nanoc/base/services/executor_spec.rb +0 -686
- data/spec/nanoc/base/services/item_rep_router_spec.rb +0 -198
- data/spec/nanoc/base/services/item_rep_selector_spec.rb +0 -227
- data/spec/nanoc/base/services/notification_center_spec.rb +0 -25
- data/spec/nanoc/base/services/outdatedness_checker_spec.rb +0 -778
- data/spec/nanoc/base/services/outdatedness_rules_spec.rb +0 -495
- data/spec/nanoc/base/services/pruner_spec.rb +0 -116
- data/spec/nanoc/base/services/temp_filename_factory_spec.rb +0 -89
- data/spec/nanoc/base/views/basic_item_rep_collection_view_spec.rb +0 -8
- data/spec/nanoc/base/views/basic_item_rep_view_spec.rb +0 -9
- data/spec/nanoc/base/views/compilation_item_rep_collection_view_spec.rb +0 -8
- data/spec/nanoc/base/views/compilation_item_rep_view_spec.rb +0 -136
- data/spec/nanoc/base/views/config_view_spec.rb +0 -144
- data/spec/nanoc/base/views/item_collection_with_reps_view_spec.rb +0 -23
- data/spec/nanoc/base/views/item_collection_without_reps_view_spec.rb +0 -23
- data/spec/nanoc/base/views/item_view_spec.rb +0 -376
- data/spec/nanoc/base/views/layout_collection_view_spec.rb +0 -23
- data/spec/nanoc/base/views/layout_view_spec.rb +0 -18
- data/spec/nanoc/base/views/mutable_config_view_spec.rb +0 -18
- data/spec/nanoc/base/views/mutable_item_collection_view_spec.rb +0 -60
- data/spec/nanoc/base/views/mutable_item_view_spec.rb +0 -26
- data/spec/nanoc/base/views/mutable_layout_collection_view_spec.rb +0 -60
- data/spec/nanoc/base/views/mutable_layout_view_spec.rb +0 -17
- data/spec/nanoc/base/views/post_compile_item_rep_collection_view_spec.rb +0 -8
- data/spec/nanoc/base/views/post_compile_item_rep_view_spec.rb +0 -216
- data/spec/nanoc/base/views/post_compile_item_view_spec.rb +0 -58
- data/spec/nanoc/base/views/support/document_view_examples.rb +0 -340
- data/spec/nanoc/base/views/support/identifiable_collection_view_examples.rb +0 -277
- data/spec/nanoc/base/views/support/item_rep_collection_view_examples.rb +0 -140
- data/spec/nanoc/base/views/support/item_rep_view_examples.rb +0 -308
- data/spec/nanoc/base/views/support/mutable_document_view_examples.rb +0 -188
- data/spec/nanoc/base/views/support/mutable_identifiable_collection_view_examples.rb +0 -44
- data/spec/nanoc/checking/runner_spec.rb +0 -26
- data/spec/nanoc/cli/command_runner_spec.rb +0 -107
- data/spec/nanoc/cli/commands/compile/abstract_spec.rb +0 -80
- data/spec/nanoc/cli/commands/compile/diff_generator_spec.rb +0 -44
- data/spec/nanoc/cli/commands/compile/file_action_printer_spec.rb +0 -112
- data/spec/nanoc/cli/commands/compile/timing_recorder_spec.rb +0 -287
- data/spec/nanoc/cli/commands/compile_spec.rb +0 -45
- data/spec/nanoc/cli/commands/deploy_spec.rb +0 -329
- data/spec/nanoc/cli/commands/shell_spec.rb +0 -77
- data/spec/nanoc/cli/commands/show_data_spec.rb +0 -286
- data/spec/nanoc/cli/commands/show_plugins_spec.rb +0 -20
- data/spec/nanoc/cli/commands/show_rules_spec.rb +0 -118
- data/spec/nanoc/cli/commands/view_spec.rb +0 -75
- data/spec/nanoc/cli/error_handler_spec.rb +0 -43
- data/spec/nanoc/cli/stack_trace_writer_spec.rb +0 -156
- data/spec/nanoc/cli/stream_cleaners/utf8_spec.rb +0 -9
- data/spec/nanoc/cli_spec.rb +0 -44
- data/spec/nanoc/data_sources/filesystem_spec.rb +0 -128
- data/spec/nanoc/deploying/fog_spec.rb +0 -199
- data/spec/nanoc/deploying/git_spec.rb +0 -305
- data/spec/nanoc/extra/live_recompiler_spec.rb +0 -129
- data/spec/nanoc/extra/parallel_collection_spec.rb +0 -110
- data/spec/nanoc/filters/asciidoctor_spec.rb +0 -12
- data/spec/nanoc/filters/colorize_syntax/rouge_spec.rb +0 -155
- data/spec/nanoc/filters/less_spec.rb +0 -122
- data/spec/nanoc/helpers/blogging_spec.rb +0 -219
- data/spec/nanoc/helpers/breadcrumbs_spec.rb +0 -135
- data/spec/nanoc/helpers/capturing_spec.rb +0 -256
- data/spec/nanoc/helpers/child_parent_spec.rb +0 -76
- data/spec/nanoc/helpers/filtering_spec.rb +0 -77
- data/spec/nanoc/helpers/html_escape_spec.rb +0 -37
- data/spec/nanoc/helpers/link_to_spec.rb +0 -320
- data/spec/nanoc/helpers/rendering_spec.rb +0 -144
- data/spec/nanoc/helpers/tagging_spec.rb +0 -106
- data/spec/nanoc/helpers/text_spec.rb +0 -60
- data/spec/nanoc/integration/compile_command_spec.rb +0 -33
- data/spec/nanoc/integration/outdatedness_integration_spec.rb +0 -269
- data/spec/nanoc/integration/partial_recompilation_spec.rb +0 -50
- data/spec/nanoc/regressions/gh_1015_spec.rb +0 -19
- data/spec/nanoc/regressions/gh_1022_spec.rb +0 -26
- data/spec/nanoc/regressions/gh_1031_spec.rb +0 -56
- data/spec/nanoc/regressions/gh_1035_spec.rb +0 -35
- data/spec/nanoc/regressions/gh_1037a_spec.rb +0 -31
- data/spec/nanoc/regressions/gh_1037b_spec.rb +0 -20
- data/spec/nanoc/regressions/gh_1040_spec.rb +0 -24
- data/spec/nanoc/regressions/gh_1045_spec.rb +0 -50
- data/spec/nanoc/regressions/gh_1047_spec.rb +0 -30
- data/spec/nanoc/regressions/gh_1064_spec.rb +0 -20
- data/spec/nanoc/regressions/gh_1067_spec.rb +0 -36
- data/spec/nanoc/regressions/gh_1082a_spec.rb +0 -20
- data/spec/nanoc/regressions/gh_1082b_spec.rb +0 -22
- data/spec/nanoc/regressions/gh_1082c_spec.rb +0 -21
- data/spec/nanoc/regressions/gh_1082d_spec.rb +0 -19
- data/spec/nanoc/regressions/gh_1093_spec.rb +0 -51
- data/spec/nanoc/regressions/gh_1094_spec.rb +0 -24
- data/spec/nanoc/regressions/gh_1097_spec.rb +0 -23
- data/spec/nanoc/regressions/gh_1100_spec.rb +0 -22
- data/spec/nanoc/regressions/gh_1102_spec.rb +0 -28
- data/spec/nanoc/regressions/gh_1107_spec.rb +0 -15
- data/spec/nanoc/regressions/gh_1130_spec.rb +0 -21
- data/spec/nanoc/regressions/gh_1134_spec.rb +0 -29
- data/spec/nanoc/regressions/gh_1145_spec.rb +0 -18
- data/spec/nanoc/regressions/gh_1171_spec.rb +0 -57
- data/spec/nanoc/regressions/gh_1185_spec.rb +0 -22
- data/spec/nanoc/regressions/gh_1216_spec.rb +0 -91
- data/spec/nanoc/regressions/gh_1248_spec.rb +0 -24
- data/spec/nanoc/regressions/gh_761_spec.rb +0 -25
- data/spec/nanoc/regressions/gh_767_spec.rb +0 -21
- data/spec/nanoc/regressions/gh_769_spec.rb +0 -32
- data/spec/nanoc/regressions/gh_776_spec.rb +0 -42
- data/spec/nanoc/regressions/gh_787_spec.rb +0 -21
- data/spec/nanoc/regressions/gh_795_spec.rb +0 -21
- data/spec/nanoc/regressions/gh_804_spec.rb +0 -28
- data/spec/nanoc/regressions/gh_807_spec.rb +0 -19
- data/spec/nanoc/regressions/gh_809_spec.rb +0 -19
- data/spec/nanoc/regressions/gh_813_spec.rb +0 -24
- data/spec/nanoc/regressions/gh_815_spec.rb +0 -20
- data/spec/nanoc/regressions/gh_828_spec.rb +0 -25
- data/spec/nanoc/regressions/gh_833_spec.rb +0 -16
- data/spec/nanoc/regressions/gh_841_spec.rb +0 -17
- data/spec/nanoc/regressions/gh_867_spec.rb +0 -17
- data/spec/nanoc/regressions/gh_882_spec.rb +0 -31
- data/spec/nanoc/regressions/gh_885_spec.rb +0 -32
- data/spec/nanoc/regressions/gh_891_spec.rb +0 -28
- data/spec/nanoc/regressions/gh_913_spec.rb +0 -26
- data/spec/nanoc/regressions/gh_924_spec.rb +0 -91
- data/spec/nanoc/regressions/gh_928_spec.rb +0 -7
- data/spec/nanoc/regressions/gh_937_spec.rb +0 -27
- data/spec/nanoc/regressions/gh_942_spec.rb +0 -23
- data/spec/nanoc/regressions/gh_947_spec.rb +0 -23
- data/spec/nanoc/regressions/gh_948_spec.rb +0 -18
- data/spec/nanoc/regressions/gh_951_spec.rb +0 -21
- data/spec/nanoc/regressions/gh_954_spec.rb +0 -35
- data/spec/nanoc/regressions/gh_970a_spec.rb +0 -19
- data/spec/nanoc/regressions/gh_970b_spec.rb +0 -52
- data/spec/nanoc/regressions/gh_974_spec.rb +0 -19
- data/spec/nanoc/regressions/gh_981_spec.rb +0 -23
- data/spec/nanoc/rule_dsl/action_sequence_calculator_spec.rb +0 -230
- data/spec/nanoc/rule_dsl/recording_executor_spec.rb +0 -145
- data/spec/nanoc/rule_dsl/rule_context_spec.rb +0 -251
- data/spec/nanoc/rule_dsl/rule_spec.rb +0 -111
- data/spec/nanoc/rule_dsl/rules_collection_spec.rb +0 -301
- data/spec/nanoc/spec_spec.rb +0 -70
- data/spec/nanoc/telemetry/counter_spec.rb +0 -20
- data/spec/nanoc/telemetry/labelled_counter_spec.rb +0 -94
- data/spec/nanoc/telemetry/labelled_summary_spec.rb +0 -78
- data/spec/nanoc/telemetry/stopwatch_spec.rb +0 -63
- data/spec/nanoc/telemetry/summary_spec.rb +0 -68
- data/spec/nanoc/telemetry/table_spec.rb +0 -22
- data/spec/nanoc/telemetry_spec.rb +0 -28
- data/spec/regression_filenames_spec.rb +0 -18
- data/spec/spec_helper.rb +0 -371
- data/test/base/test_compiler.rb +0 -389
- data/test/base/test_filter.rb +0 -73
- data/test/base/test_site.rb +0 -146
- data/test/checking/checks/test_css.rb +0 -66
- data/test/checking/checks/test_external_links.rb +0 -88
- data/test/checking/checks/test_html.rb +0 -47
- data/test/checking/checks/test_internal_links.rb +0 -118
- data/test/checking/checks/test_mixed_content.rb +0 -190
- data/test/checking/checks/test_stale.rb +0 -69
- data/test/checking/test_check.rb +0 -22
- data/test/checking/test_dsl.rb +0 -35
- data/test/checking/test_runner.rb +0 -45
- data/test/cli/commands/test_check.rb +0 -20
- data/test/cli/commands/test_compile.rb +0 -199
- data/test/cli/commands/test_create_site.rb +0 -126
- data/test/cli/commands/test_help.rb +0 -10
- data/test/cli/commands/test_prune.rb +0 -157
- data/test/cli/test_cleaning_stream.rb +0 -97
- data/test/cli/test_cli.rb +0 -195
- data/test/cli/test_error_handler.rb +0 -102
- data/test/cli/test_logger.rb +0 -7
- data/test/data_sources/test_filesystem.rb +0 -1033
- data/test/data_sources/test_filesystem_tools.rb +0 -146
- data/test/deploying/test_fog.rb +0 -117
- data/test/deploying/test_git.rb +0 -263
- data/test/deploying/test_rsync.rb +0 -94
- data/test/extra/core_ext/test_time.rb +0 -17
- data/test/extra/test_link_collector.rb +0 -110
- data/test/extra/test_piper.rb +0 -48
- data/test/filters/colorize_syntax/test_coderay.rb +0 -247
- data/test/filters/colorize_syntax/test_common.rb +0 -109
- data/test/filters/colorize_syntax/test_pygmentize.rb +0 -39
- data/test/filters/colorize_syntax/test_pygments.rb +0 -21
- data/test/filters/colorize_syntax/test_simon.rb +0 -24
- data/test/filters/test_asciidoc.rb +0 -16
- data/test/filters/test_bluecloth.rb +0 -16
- data/test/filters/test_coffeescript.rb +0 -16
- data/test/filters/test_erb.rb +0 -107
- data/test/filters/test_erubi.rb +0 -75
- data/test/filters/test_erubis.rb +0 -76
- data/test/filters/test_haml.rb +0 -94
- data/test/filters/test_handlebars.rb +0 -61
- data/test/filters/test_kramdown.rb +0 -56
- data/test/filters/test_markaby.rb +0 -16
- data/test/filters/test_maruku.rb +0 -16
- data/test/filters/test_mustache.rb +0 -43
- data/test/filters/test_pandoc.rb +0 -47
- data/test/filters/test_rainpress.rb +0 -27
- data/test/filters/test_rdiscount.rb +0 -30
- data/test/filters/test_rdoc.rb +0 -14
- data/test/filters/test_redcarpet.rb +0 -111
- data/test/filters/test_redcloth.rb +0 -31
- data/test/filters/test_relativize_paths.rb +0 -887
- data/test/filters/test_rubypants.rb +0 -16
- data/test/filters/test_sass.rb +0 -315
- data/test/filters/test_slim.rb +0 -59
- data/test/filters/test_typogruby.rb +0 -18
- data/test/filters/test_uglify_js.rb +0 -30
- data/test/filters/test_xsl.rb +0 -192
- data/test/filters/test_yui_compressor.rb +0 -42
- data/test/fixtures/vcr_cassettes/css_run_error.yml +0 -70
- data/test/fixtures/vcr_cassettes/css_run_ok.yml +0 -60
- data/test/fixtures/vcr_cassettes/css_run_parse_error.yml +0 -70
- data/test/fixtures/vcr_cassettes/html_run_error.yml +0 -56
- data/test/fixtures/vcr_cassettes/html_run_ok.yml +0 -58
- data/test/helper.rb +0 -255
- data/test/helpers/test_blogging.rb +0 -684
- data/test/helpers/test_capturing.rb +0 -184
- data/test/helpers/test_link_to.rb +0 -57
- data/test/helpers/test_xml_sitemap.rb +0 -246
- data/test/rule_dsl/test_action_provider.rb +0 -80
- data/test/rule_dsl/test_compiler_dsl.rb +0 -448
- data/test/rule_dsl/test_rules_collection.rb +0 -93
@@ -1,109 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'helper'
|
4
|
-
|
5
|
-
class Nanoc::Filters::ColorizeSyntax::CommonTest < Nanoc::TestCase
|
6
|
-
def test_dummy
|
7
|
-
if_have 'nokogiri' do
|
8
|
-
# Create filter
|
9
|
-
filter = ::Nanoc::Filters::ColorizeSyntax.new
|
10
|
-
|
11
|
-
# Get input and expected output
|
12
|
-
input = '<pre title="moo"><code class="language-ruby"># comment</code></pre>'
|
13
|
-
expected_output = input # because we are using a dummy
|
14
|
-
|
15
|
-
# Run filter
|
16
|
-
actual_output = filter.setup_and_run(input, default_colorizer: :dummy)
|
17
|
-
assert_equal(expected_output, actual_output)
|
18
|
-
end
|
19
|
-
end
|
20
|
-
|
21
|
-
def test_with_frozen_input
|
22
|
-
if_have 'nokogiri' do
|
23
|
-
input = '<pre title="moo"><code class="language-ruby"># comment</code></pre>'
|
24
|
-
input.freeze
|
25
|
-
|
26
|
-
filter = ::Nanoc::Filters::ColorizeSyntax.new
|
27
|
-
filter.setup_and_run(input, default_colorizer: :dummy)
|
28
|
-
end
|
29
|
-
end
|
30
|
-
|
31
|
-
def test_full_page
|
32
|
-
if_have 'nokogiri' do
|
33
|
-
# Create filter
|
34
|
-
filter = ::Nanoc::Filters::ColorizeSyntax.new
|
35
|
-
|
36
|
-
# Get input and expected output
|
37
|
-
input = <<~EOS
|
38
|
-
<!DOCTYPE html>
|
39
|
-
<html>
|
40
|
-
<head>
|
41
|
-
<title>Foo</title>
|
42
|
-
</head>
|
43
|
-
<body>
|
44
|
-
<pre title="moo"><code class="language-ruby"># comment</code></pre>
|
45
|
-
</body>
|
46
|
-
</html>
|
47
|
-
EOS
|
48
|
-
expected_output_regex = %r{^<!DOCTYPE html>\s*<html>\s*<head>\s*<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\s*<title>Foo</title>\s*</head>\s*<body>\s*<pre title="moo"><code class="language-ruby"># comment</code></pre>\s*</body>\s*</html>}
|
49
|
-
|
50
|
-
# Run filter
|
51
|
-
actual_output = filter.setup_and_run(input, default_colorizer: :dummy, is_fullpage: true)
|
52
|
-
assert_match expected_output_regex, actual_output
|
53
|
-
end
|
54
|
-
end
|
55
|
-
|
56
|
-
def test_full_page_html5
|
57
|
-
# Create filter
|
58
|
-
filter = ::Nanoc::Filters::ColorizeSyntax.new
|
59
|
-
|
60
|
-
# Get input and expected output
|
61
|
-
input = <<~EOS
|
62
|
-
<!DOCTYPE html>
|
63
|
-
<html>
|
64
|
-
<head>
|
65
|
-
<meta charset="utf-8">
|
66
|
-
<title>Foo</title>
|
67
|
-
</head>
|
68
|
-
<body>
|
69
|
-
<pre title="moo"><code class="language-ruby"># comment</code></pre>
|
70
|
-
</body>
|
71
|
-
</html>
|
72
|
-
EOS
|
73
|
-
expected_output_regex = %r{^<!DOCTYPE html>\s*<html>\s*<head>\s*<meta charset="utf-8">\s*<title>Foo</title>\s*</head>\s*<body>\s*<pre title="moo"><code class="language-ruby"># comment</code></pre>\s*</body>\s*</html>}
|
74
|
-
|
75
|
-
# Run filter
|
76
|
-
actual_output = filter.setup_and_run(input, syntax: :html5, default_colorizer: :dummy, is_fullpage: true)
|
77
|
-
assert_match expected_output_regex, actual_output
|
78
|
-
end
|
79
|
-
|
80
|
-
def test_colorize_syntax_with_missing_executables
|
81
|
-
if_have 'nokogiri' do
|
82
|
-
begin
|
83
|
-
original_path = ENV['PATH']
|
84
|
-
ENV['PATH'] = './blooblooblah'
|
85
|
-
|
86
|
-
# Create filter
|
87
|
-
filter = ::Nanoc::Filters::ColorizeSyntax.new
|
88
|
-
|
89
|
-
# Get input and expected output
|
90
|
-
input = '<pre><code class="language-ruby">puts "foo"</code></pre>'
|
91
|
-
|
92
|
-
# Run filter
|
93
|
-
%i[albino pygmentize simon_highlight].each do |colorizer|
|
94
|
-
begin
|
95
|
-
input = '<pre><code class="language-ruby">puts "foo"</code></pre>'
|
96
|
-
filter.setup_and_run(
|
97
|
-
input,
|
98
|
-
colorizers: { ruby: colorizer },
|
99
|
-
)
|
100
|
-
flunk 'expected colorizer to raise if no executable is available'
|
101
|
-
rescue
|
102
|
-
end
|
103
|
-
end
|
104
|
-
ensure
|
105
|
-
ENV['PATH'] = original_path
|
106
|
-
end
|
107
|
-
end
|
108
|
-
end
|
109
|
-
end
|
@@ -1,39 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'helper'
|
4
|
-
|
5
|
-
class Nanoc::Filters::ColorizeSyntax::PygmentizeTest < Nanoc::TestCase
|
6
|
-
def test_pygmentize
|
7
|
-
if_have 'nokogiri' do
|
8
|
-
skip_unless_have_command 'pygmentize'
|
9
|
-
|
10
|
-
# Create filter
|
11
|
-
filter = ::Nanoc::Filters::ColorizeSyntax.new
|
12
|
-
|
13
|
-
# Get input and expected output
|
14
|
-
input = '<pre title="moo"><code class="language-ruby"># comment</code></pre>'
|
15
|
-
expected_output = '<pre title="moo"><code class="language-ruby"><span class="c1"># comment</span></code></pre>'
|
16
|
-
|
17
|
-
# Run filter
|
18
|
-
actual_output = filter.setup_and_run(input, colorizers: { ruby: :pygmentize })
|
19
|
-
assert_equal(expected_output, actual_output)
|
20
|
-
end
|
21
|
-
end
|
22
|
-
|
23
|
-
def test_colorize_syntax_with_default_colorizer
|
24
|
-
skip_unless_have_command 'pygmentize'
|
25
|
-
|
26
|
-
if_have 'nokogiri' do
|
27
|
-
# Create filter
|
28
|
-
filter = ::Nanoc::Filters::ColorizeSyntax.new
|
29
|
-
|
30
|
-
# Get input and expected output
|
31
|
-
input = '<pre><code class="language-ruby">puts "foo"</code></pre>'
|
32
|
-
expected_output = '<pre><code class="language-ruby"><span class="nb">puts</span> <span class="s2">"foo"</span></code></pre>'
|
33
|
-
|
34
|
-
# Run filter
|
35
|
-
actual_output = filter.setup_and_run(input, default_colorizer: :pygmentize)
|
36
|
-
assert_equal(expected_output, actual_output)
|
37
|
-
end
|
38
|
-
end
|
39
|
-
end
|
@@ -1,21 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'helper'
|
4
|
-
|
5
|
-
class Nanoc::Filters::ColorizeSyntax::PygmentsTest < Nanoc::TestCase
|
6
|
-
def test_pygmentsrb
|
7
|
-
skip 'pygments.rb does not support Windows' if on_windows?
|
8
|
-
if_have 'pygments', 'nokogiri' do
|
9
|
-
# Create filter
|
10
|
-
filter = ::Nanoc::Filters::ColorizeSyntax.new
|
11
|
-
|
12
|
-
# Get input and expected output
|
13
|
-
input = '<pre title="moo"><code class="language-ruby"># comment…</code></pre>'
|
14
|
-
expected_output = '<pre title="moo"><code class="language-ruby"><span class="c1"># comment…</span></code></pre>'
|
15
|
-
|
16
|
-
# Run filter
|
17
|
-
actual_output = filter.setup_and_run(input, colorizers: { ruby: :pygmentsrb })
|
18
|
-
assert_equal(expected_output, actual_output)
|
19
|
-
end
|
20
|
-
end
|
21
|
-
end
|
@@ -1,24 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'helper'
|
4
|
-
|
5
|
-
class Nanoc::Filters::ColorizeSyntax::SimonTest < Nanoc::TestCase
|
6
|
-
def test_simon_highlight
|
7
|
-
if_have 'nokogiri' do
|
8
|
-
skip_unless_have_command 'highlight'
|
9
|
-
|
10
|
-
# Create filter
|
11
|
-
filter = ::Nanoc::Filters::ColorizeSyntax.new
|
12
|
-
|
13
|
-
# Get input and expected output
|
14
|
-
input = %(<pre title="moo"><code class="language-ruby">
|
15
|
-
# comment
|
16
|
-
</code></pre>)
|
17
|
-
expected_output = '<pre title="moo"><code class="language-ruby"><span class="hl slc"># comment</span></code></pre>'
|
18
|
-
|
19
|
-
# Run filter
|
20
|
-
actual_output = filter.setup_and_run(input, default_colorizer: :simon_highlight)
|
21
|
-
assert_equal(expected_output, actual_output)
|
22
|
-
end
|
23
|
-
end
|
24
|
-
end
|
@@ -1,16 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'helper'
|
4
|
-
|
5
|
-
class Nanoc::Filters::AsciiDocTest < Nanoc::TestCase
|
6
|
-
def test_filter
|
7
|
-
skip_unless_have_command 'asciidoc'
|
8
|
-
|
9
|
-
# Create filter
|
10
|
-
filter = ::Nanoc::Filters::AsciiDoc.new
|
11
|
-
|
12
|
-
# Run filter
|
13
|
-
result = filter.setup_and_run('== Blah blah')
|
14
|
-
assert_match %r{<h2 id="_blah_blah">Blah blah</h2>}, result
|
15
|
-
end
|
16
|
-
end
|
@@ -1,16 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'helper'
|
4
|
-
|
5
|
-
class Nanoc::Filters::BlueClothTest < Nanoc::TestCase
|
6
|
-
def test_filter
|
7
|
-
if_have 'bluecloth' do
|
8
|
-
# Create filter
|
9
|
-
filter = ::Nanoc::Filters::BlueCloth.new
|
10
|
-
|
11
|
-
# Run filter
|
12
|
-
result = filter.setup_and_run('> Quote')
|
13
|
-
assert_match %r{<blockquote>\s*<p>Quote</p>\s*</blockquote>}, result
|
14
|
-
end
|
15
|
-
end
|
16
|
-
end
|
@@ -1,16 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'helper'
|
4
|
-
|
5
|
-
class Nanoc::Filters::CoffeeScriptTest < Nanoc::TestCase
|
6
|
-
def test_filter
|
7
|
-
if_have 'coffee-script' do
|
8
|
-
# Create filter
|
9
|
-
filter = ::Nanoc::Filters::CoffeeScript.new
|
10
|
-
|
11
|
-
# Run filter (no assigns)
|
12
|
-
result = filter.setup_and_run('alert 42')
|
13
|
-
assert_equal('(function() { alert(42); }).call(this); ', result.gsub(/\s+/, ' '))
|
14
|
-
end
|
15
|
-
end
|
16
|
-
end
|
data/test/filters/test_erb.rb
DELETED
@@ -1,107 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'helper'
|
4
|
-
|
5
|
-
class Nanoc::Filters::ERBTest < Nanoc::TestCase
|
6
|
-
def test_filter_with_instance_variable
|
7
|
-
# Create filter
|
8
|
-
filter = ::Nanoc::Filters::ERB.new(location: 'a cheap motel')
|
9
|
-
|
10
|
-
# Run filter
|
11
|
-
result = filter.setup_and_run('<%= "I was hiding in #{@location}." %>') # rubocop:disable Lint/InterpolationCheck
|
12
|
-
assert_equal('I was hiding in a cheap motel.', result)
|
13
|
-
end
|
14
|
-
|
15
|
-
def test_filter_with_instance_method
|
16
|
-
# Create filter
|
17
|
-
filter = ::Nanoc::Filters::ERB.new(location: 'a cheap motel')
|
18
|
-
|
19
|
-
# Run filter
|
20
|
-
result = filter.setup_and_run('<%= "I was hiding in #{location}." %>') # rubocop:disable Lint/InterpolationCheck
|
21
|
-
assert_equal('I was hiding in a cheap motel.', result)
|
22
|
-
end
|
23
|
-
|
24
|
-
def test_filter_error_item
|
25
|
-
# Create item and item rep
|
26
|
-
item = MiniTest::Mock.new
|
27
|
-
item.expect(:identifier, '/foo/bar/baz/')
|
28
|
-
item_rep = MiniTest::Mock.new
|
29
|
-
item_rep.expect(:name, :quux)
|
30
|
-
|
31
|
-
# Create filter
|
32
|
-
filter = ::Nanoc::Filters::ERB.new(
|
33
|
-
item: item,
|
34
|
-
item_rep: item_rep,
|
35
|
-
location: 'a cheap motel',
|
36
|
-
)
|
37
|
-
|
38
|
-
# Run filter
|
39
|
-
raised = false
|
40
|
-
begin
|
41
|
-
filter.setup_and_run('<%= this isn\'t really ruby so it\'ll break, muahaha %>')
|
42
|
-
rescue SyntaxError => e
|
43
|
-
e.message =~ /(.+?):\d+: /
|
44
|
-
assert_match 'item /foo/bar/baz/ (rep quux)', Regexp.last_match[1]
|
45
|
-
raised = true
|
46
|
-
end
|
47
|
-
assert raised
|
48
|
-
end
|
49
|
-
|
50
|
-
def test_filter_with_yield
|
51
|
-
# Create filter
|
52
|
-
filter = ::Nanoc::Filters::ERB.new(content: 'a cheap motel')
|
53
|
-
|
54
|
-
# Run filter
|
55
|
-
result = filter.setup_and_run('<%= "I was hiding in #{yield}." %>') # rubocop:disable Lint/InterpolationCheck
|
56
|
-
assert_equal('I was hiding in a cheap motel.', result)
|
57
|
-
end
|
58
|
-
|
59
|
-
def test_filter_with_yield_without_content
|
60
|
-
# Create filter
|
61
|
-
filter = ::Nanoc::Filters::ERB.new(location: 'a cheap motel')
|
62
|
-
|
63
|
-
# Run filter
|
64
|
-
assert_raises LocalJumpError do
|
65
|
-
filter.setup_and_run('<%= "I was hiding in #{yield}." %>') # rubocop:disable Lint/InterpolationCheck
|
66
|
-
end
|
67
|
-
end
|
68
|
-
|
69
|
-
def test_safe_level
|
70
|
-
if defined?(RUBY_ENGINE) && RUBY_ENGINE == 'jruby'
|
71
|
-
skip 'JRuby does not implement safe levels'
|
72
|
-
end
|
73
|
-
|
74
|
-
# Set up
|
75
|
-
filter = ::Nanoc::Filters::ERB.new
|
76
|
-
File.open('moo', 'w') { |io| io.write('one miiillion dollars') }
|
77
|
-
|
78
|
-
# Without
|
79
|
-
res = filter.setup_and_run('<%= File.read("moo") %>', safe_level: nil)
|
80
|
-
assert_equal 'one miiillion dollars', res
|
81
|
-
|
82
|
-
# With
|
83
|
-
assert_raises(SecurityError) do
|
84
|
-
res = filter.setup_and_run('<%= eval File.read("moo") %>', safe_level: 1)
|
85
|
-
end
|
86
|
-
end
|
87
|
-
|
88
|
-
def test_trim_mode
|
89
|
-
# Set up
|
90
|
-
filter = ::Nanoc::Filters::ERB.new(location: 'a cheap motel')
|
91
|
-
$trim_mode_works = false
|
92
|
-
|
93
|
-
# Without
|
94
|
-
filter.setup_and_run('% $trim_mode_works = true')
|
95
|
-
refute $trim_mode_works
|
96
|
-
|
97
|
-
# With
|
98
|
-
filter.setup_and_run('% $trim_mode_works = true', trim_mode: '%')
|
99
|
-
assert $trim_mode_works
|
100
|
-
end
|
101
|
-
|
102
|
-
def test_locals
|
103
|
-
filter = ::Nanoc::Filters::ERB.new
|
104
|
-
result = filter.setup_and_run('<%= @local %>', locals: { local: 123 })
|
105
|
-
assert_equal '123', result
|
106
|
-
end
|
107
|
-
end
|
data/test/filters/test_erubi.rb
DELETED
@@ -1,75 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'helper'
|
4
|
-
|
5
|
-
class Nanoc::Filters::ErubiTest < Nanoc::TestCase
|
6
|
-
def test_filter_with_instance_variable
|
7
|
-
if_have 'erubi' do
|
8
|
-
# Create filter
|
9
|
-
filter = ::Nanoc::Filters::Erubi.new(location: 'a cheap motel')
|
10
|
-
|
11
|
-
# Run filter
|
12
|
-
result = filter.setup_and_run('<%= "I was hiding in #{@location}." %>') # rubocop:disable Lint/InterpolationCheck
|
13
|
-
assert_equal('I was hiding in a cheap motel.', result)
|
14
|
-
end
|
15
|
-
end
|
16
|
-
|
17
|
-
def test_filter_with_instance_method
|
18
|
-
if_have 'erubi' do
|
19
|
-
# Create filter
|
20
|
-
filter = ::Nanoc::Filters::Erubi.new(location: 'a cheap motel')
|
21
|
-
|
22
|
-
# Run filter
|
23
|
-
result = filter.setup_and_run('<%= "I was hiding in #{location}." %>') # rubocop:disable Lint/InterpolationCheck
|
24
|
-
assert_equal('I was hiding in a cheap motel.', result)
|
25
|
-
end
|
26
|
-
end
|
27
|
-
|
28
|
-
def test_filter_error
|
29
|
-
if_have 'erubi' do
|
30
|
-
# Create filter
|
31
|
-
filter = ::Nanoc::Filters::Erubi.new
|
32
|
-
|
33
|
-
# Run filter
|
34
|
-
raised = false
|
35
|
-
begin
|
36
|
-
filter.setup_and_run('<%= this isn\'t really ruby so it\'ll break, muahaha %>')
|
37
|
-
rescue SyntaxError => e
|
38
|
-
assert_match 'syntax error', e.message
|
39
|
-
raised = true
|
40
|
-
end
|
41
|
-
assert raised
|
42
|
-
end
|
43
|
-
end
|
44
|
-
|
45
|
-
def test_filter_with_yield
|
46
|
-
if_have 'erubi' do
|
47
|
-
# Create filter
|
48
|
-
filter = ::Nanoc::Filters::Erubi.new(content: 'a cheap motel')
|
49
|
-
|
50
|
-
# Run filter
|
51
|
-
result = filter.setup_and_run('<%= "I was hiding in #{yield}." %>') # rubocop:disable Lint/InterpolationCheck
|
52
|
-
assert_equal('I was hiding in a cheap motel.', result)
|
53
|
-
end
|
54
|
-
end
|
55
|
-
|
56
|
-
def test_filter_with_yield_without_content
|
57
|
-
if_have 'erubi' do
|
58
|
-
# Create filter
|
59
|
-
filter = ::Nanoc::Filters::Erubi.new(location: 'a cheap motel')
|
60
|
-
|
61
|
-
# Run filter
|
62
|
-
assert_raises LocalJumpError do
|
63
|
-
filter.setup_and_run('<%= "I was hiding in #{yield}." %>') # rubocop:disable Lint/InterpolationCheck
|
64
|
-
end
|
65
|
-
end
|
66
|
-
end
|
67
|
-
|
68
|
-
def test_filter_with_erbout
|
69
|
-
if_have 'erubi' do
|
70
|
-
filter = ::Nanoc::Filters::Erubi.new
|
71
|
-
result = filter.setup_and_run('stuff<% _erbout << _erbout %>')
|
72
|
-
assert_equal 'stuffstuff', result
|
73
|
-
end
|
74
|
-
end
|
75
|
-
end
|
data/test/filters/test_erubis.rb
DELETED
@@ -1,76 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'helper'
|
4
|
-
|
5
|
-
class Nanoc::Filters::ErubisTest < Nanoc::TestCase
|
6
|
-
def test_filter_with_instance_variable
|
7
|
-
if_have 'erubis' do
|
8
|
-
# Create filter
|
9
|
-
filter = ::Nanoc::Filters::Erubis.new(location: 'a cheap motel')
|
10
|
-
|
11
|
-
# Run filter
|
12
|
-
result = filter.setup_and_run('<%= "I was hiding in #{@location}." %>') # rubocop:disable Lint/InterpolationCheck
|
13
|
-
assert_equal('I was hiding in a cheap motel.', result)
|
14
|
-
end
|
15
|
-
end
|
16
|
-
|
17
|
-
def test_filter_with_instance_method
|
18
|
-
if_have 'erubis' do
|
19
|
-
# Create filter
|
20
|
-
filter = ::Nanoc::Filters::Erubis.new(location: 'a cheap motel')
|
21
|
-
|
22
|
-
# Run filter
|
23
|
-
result = filter.setup_and_run('<%= "I was hiding in #{location}." %>') # rubocop:disable Lint/InterpolationCheck
|
24
|
-
assert_equal('I was hiding in a cheap motel.', result)
|
25
|
-
end
|
26
|
-
end
|
27
|
-
|
28
|
-
def test_filter_error
|
29
|
-
if_have 'erubis' do
|
30
|
-
# Create filter
|
31
|
-
filter = ::Nanoc::Filters::Erubis.new
|
32
|
-
|
33
|
-
# Run filter
|
34
|
-
raised = false
|
35
|
-
begin
|
36
|
-
filter.setup_and_run('<%= this isn\'t really ruby so it\'ll break, muahaha %>')
|
37
|
-
rescue SyntaxError => e
|
38
|
-
e.message =~ /(.+?):\d+: /
|
39
|
-
assert_match '?', Regexp.last_match[1]
|
40
|
-
raised = true
|
41
|
-
end
|
42
|
-
assert raised
|
43
|
-
end
|
44
|
-
end
|
45
|
-
|
46
|
-
def test_filter_with_yield
|
47
|
-
if_have 'erubis' do
|
48
|
-
# Create filter
|
49
|
-
filter = ::Nanoc::Filters::Erubis.new(content: 'a cheap motel')
|
50
|
-
|
51
|
-
# Run filter
|
52
|
-
result = filter.setup_and_run('<%= "I was hiding in #{yield}." %>') # rubocop:disable Lint/InterpolationCheck
|
53
|
-
assert_equal('I was hiding in a cheap motel.', result)
|
54
|
-
end
|
55
|
-
end
|
56
|
-
|
57
|
-
def test_filter_with_yield_without_content
|
58
|
-
if_have 'erubis' do
|
59
|
-
# Create filter
|
60
|
-
filter = ::Nanoc::Filters::Erubis.new(location: 'a cheap motel')
|
61
|
-
|
62
|
-
# Run filter
|
63
|
-
assert_raises LocalJumpError do
|
64
|
-
filter.setup_and_run('<%= "I was hiding in #{yield}." %>') # rubocop:disable Lint/InterpolationCheck
|
65
|
-
end
|
66
|
-
end
|
67
|
-
end
|
68
|
-
|
69
|
-
def test_filter_with_erbout
|
70
|
-
if_have 'erubis' do
|
71
|
-
filter = ::Nanoc::Filters::Erubis.new
|
72
|
-
result = filter.setup_and_run('stuff<% _erbout << _erbout %>')
|
73
|
-
assert_equal 'stuffstuff', result
|
74
|
-
end
|
75
|
-
end
|
76
|
-
end
|