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,16 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'helper'
|
4
|
-
|
5
|
-
class Nanoc::Filters::RubyPantsTest < Nanoc::TestCase
|
6
|
-
def test_filter
|
7
|
-
if_have 'rubypants' do
|
8
|
-
# Get filter
|
9
|
-
filter = ::Nanoc::Filters::RubyPants.new
|
10
|
-
|
11
|
-
# Run filter
|
12
|
-
result = filter.setup_and_run('Wait---what?')
|
13
|
-
assert_equal('Wait—what?', result)
|
14
|
-
end
|
15
|
-
end
|
16
|
-
end
|
data/test/filters/test_sass.rb
DELETED
@@ -1,315 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'helper'
|
4
|
-
|
5
|
-
class Nanoc::Filters::SassTest < Nanoc::TestCase
|
6
|
-
def setup
|
7
|
-
super
|
8
|
-
|
9
|
-
if_have 'sass' do
|
10
|
-
unless ::Sass.load_paths.include?('.')
|
11
|
-
::Sass.load_paths << '.'
|
12
|
-
end
|
13
|
-
end
|
14
|
-
end
|
15
|
-
|
16
|
-
def test_filter
|
17
|
-
if_have 'sass' do
|
18
|
-
# Get filter
|
19
|
-
filter = create_filter(foo: 'bar')
|
20
|
-
|
21
|
-
# Run filter
|
22
|
-
result = filter.setup_and_run(".foo #bar\n color: #f00")
|
23
|
-
assert_match(/.foo\s+#bar\s*\{\s*color:\s+(red|#f00);?\s*\}/, result)
|
24
|
-
end
|
25
|
-
end
|
26
|
-
|
27
|
-
def test_filter_with_params
|
28
|
-
if_have 'sass' do
|
29
|
-
# Create filter
|
30
|
-
filter = create_filter(foo: 'bar')
|
31
|
-
|
32
|
-
# Check with compact
|
33
|
-
result = filter.setup_and_run(".foo #bar\n color: #f00", style: 'compact')
|
34
|
-
assert_match(/^\.foo #bar[\s]*\{[\s]*color:\s*(red|#f00);?[\s]*\}/m, result)
|
35
|
-
|
36
|
-
# Check with compressed
|
37
|
-
result = filter.setup_and_run(".foo #bar\n color: #f00", style: 'compressed')
|
38
|
-
assert_match(/^\.foo #bar[\s]*\{[\s]*color:\s*(red|#f00);?[\s]*\}/m, result)
|
39
|
-
end
|
40
|
-
end
|
41
|
-
|
42
|
-
def test_filter_error
|
43
|
-
if_have 'sass' do
|
44
|
-
# Create filter
|
45
|
-
filter = create_filter
|
46
|
-
|
47
|
-
# Run filter
|
48
|
-
raised = false
|
49
|
-
begin
|
50
|
-
filter.setup_and_run('$*#&!@($')
|
51
|
-
rescue Sass::SyntaxError => e
|
52
|
-
assert_match ':1', e.backtrace[0]
|
53
|
-
raised = true
|
54
|
-
end
|
55
|
-
assert raised
|
56
|
-
end
|
57
|
-
end
|
58
|
-
|
59
|
-
def test_filter_can_import_external_files
|
60
|
-
if_have 'sass' do
|
61
|
-
# Create filter
|
62
|
-
filter = create_filter
|
63
|
-
|
64
|
-
# Create sample file
|
65
|
-
File.open('moo.sass', 'w') { |io| io.write "body\n color: red" }
|
66
|
-
|
67
|
-
# Run filter
|
68
|
-
filter.setup_and_run('@import moo')
|
69
|
-
end
|
70
|
-
end
|
71
|
-
|
72
|
-
def test_filter_can_import_relative_files
|
73
|
-
if_have 'sass' do
|
74
|
-
# Create filter
|
75
|
-
filter = create_filter
|
76
|
-
|
77
|
-
# Create sample file
|
78
|
-
File.open('moo.sass', 'w') { |io| io.write %(@import subdir/relative) }
|
79
|
-
FileUtils.mkdir_p('subdir')
|
80
|
-
File.open('subdir/relative.sass', 'w') { |io| io.write "body\n color: red" }
|
81
|
-
|
82
|
-
# Run filter
|
83
|
-
filter.setup_and_run('@import moo')
|
84
|
-
end
|
85
|
-
end
|
86
|
-
|
87
|
-
def test_filter_will_skip_items_without_filename
|
88
|
-
if_have 'sass' do
|
89
|
-
# Create filter
|
90
|
-
filter = create_filter
|
91
|
-
|
92
|
-
# Create sample file
|
93
|
-
File.open('moo.sass', 'w') { |io| io.write "body\n color: red" }
|
94
|
-
|
95
|
-
# Run filter
|
96
|
-
filter.setup_and_run('@import moo')
|
97
|
-
end
|
98
|
-
end
|
99
|
-
|
100
|
-
def test_css_imports_work
|
101
|
-
if_have 'sass' do
|
102
|
-
# Create filter
|
103
|
-
filter = create_filter
|
104
|
-
|
105
|
-
# Run filter
|
106
|
-
filter.setup_and_run('@import moo.css')
|
107
|
-
end
|
108
|
-
end
|
109
|
-
|
110
|
-
def test_recompile_includes
|
111
|
-
if_have 'sass' do
|
112
|
-
with_site do |_site|
|
113
|
-
# Create two Sass files
|
114
|
-
Dir['content/*'].each { |i| FileUtils.rm(i) }
|
115
|
-
File.open('content/a.sass', 'w') do |io|
|
116
|
-
io.write('@import b.sass')
|
117
|
-
end
|
118
|
-
File.open('content/b.sass', 'w') do |io|
|
119
|
-
io.write("p\n color: red")
|
120
|
-
end
|
121
|
-
|
122
|
-
# Update rules
|
123
|
-
File.open('Rules', 'w') do |io|
|
124
|
-
io.write "compile '*' do\n"
|
125
|
-
io.write " filter :sass\n"
|
126
|
-
io.write "end\n"
|
127
|
-
io.write "\n"
|
128
|
-
io.write "route '/a/' do\n"
|
129
|
-
io.write " item.identifier.chop + '.css'\n"
|
130
|
-
io.write "end\n"
|
131
|
-
io.write "\n"
|
132
|
-
io.write "route '/b/' do\n"
|
133
|
-
io.write " nil\n"
|
134
|
-
io.write "end\n"
|
135
|
-
end
|
136
|
-
|
137
|
-
# Compile
|
138
|
-
site = Nanoc::Int::SiteLoader.new.new_from_cwd
|
139
|
-
site.compile
|
140
|
-
|
141
|
-
# Check
|
142
|
-
assert Dir['output/*'].size == 1
|
143
|
-
assert File.file?('output/a.css')
|
144
|
-
refute File.file?('output/b.css')
|
145
|
-
assert_match(/^p\s*\{\s*color:\s*red;?\s*\}/, File.read('output/a.css'))
|
146
|
-
|
147
|
-
# Update included file
|
148
|
-
File.open('content/b.sass', 'w') do |io|
|
149
|
-
io.write("p\n color: blue")
|
150
|
-
end
|
151
|
-
|
152
|
-
# Recompile
|
153
|
-
site = Nanoc::Int::SiteLoader.new.new_from_cwd
|
154
|
-
site.compile
|
155
|
-
|
156
|
-
# Recheck
|
157
|
-
assert Dir['output/*'].size == 1
|
158
|
-
assert File.file?('output/a.css')
|
159
|
-
refute File.file?('output/b.css')
|
160
|
-
assert_match(/^p\s*\{\s*color:\s*blue;?\s*\}/, File.read('output/a.css'))
|
161
|
-
end
|
162
|
-
end
|
163
|
-
end
|
164
|
-
|
165
|
-
def test_recompile_includes_with_underscore_without_extension
|
166
|
-
if_have 'sass' do
|
167
|
-
with_site do |_site|
|
168
|
-
# Create two Sass files
|
169
|
-
Dir['content/*'].each { |i| FileUtils.rm(i) }
|
170
|
-
File.open('content/a.sass', 'w') do |io|
|
171
|
-
io.write('@import b')
|
172
|
-
end
|
173
|
-
File.open('content/_b.sass', 'w') do |io|
|
174
|
-
io.write("p\n color: red")
|
175
|
-
end
|
176
|
-
|
177
|
-
# Update rules
|
178
|
-
File.open('Rules', 'w') do |io|
|
179
|
-
io.write "compile '*' do\n"
|
180
|
-
io.write " filter :sass\n"
|
181
|
-
io.write "end\n"
|
182
|
-
io.write "\n"
|
183
|
-
io.write "route '/a/' do\n"
|
184
|
-
io.write " item.identifier.chop + '.css'\n"
|
185
|
-
io.write "end\n"
|
186
|
-
io.write "\n"
|
187
|
-
io.write "route '/_b/' do\n"
|
188
|
-
io.write " nil\n"
|
189
|
-
io.write "end\n"
|
190
|
-
end
|
191
|
-
|
192
|
-
# Compile
|
193
|
-
site = Nanoc::Int::SiteLoader.new.new_from_cwd
|
194
|
-
site.compile
|
195
|
-
|
196
|
-
# Check
|
197
|
-
assert Dir['output/*'].size == 1
|
198
|
-
assert File.file?('output/a.css')
|
199
|
-
refute File.file?('output/b.css')
|
200
|
-
assert_match(/^p\s*\{\s*color:\s*red;?\s*\}/, File.read('output/a.css'))
|
201
|
-
|
202
|
-
# Update included file
|
203
|
-
File.open('content/_b.sass', 'w') do |io|
|
204
|
-
io.write("p\n color: blue")
|
205
|
-
end
|
206
|
-
|
207
|
-
# Recompile
|
208
|
-
site = Nanoc::Int::SiteLoader.new.new_from_cwd
|
209
|
-
site.compile
|
210
|
-
|
211
|
-
# Recheck
|
212
|
-
assert Dir['output/*'].size == 1
|
213
|
-
assert File.file?('output/a.css')
|
214
|
-
refute File.file?('output/b.css')
|
215
|
-
assert_match(/^p\s*\{\s*color:\s*blue;?\s*\}/, File.read('output/a.css'))
|
216
|
-
end
|
217
|
-
end
|
218
|
-
end
|
219
|
-
|
220
|
-
def test_recompile_includes_with_relative_path
|
221
|
-
if_have 'sass', 'compass' do
|
222
|
-
with_site do |_site|
|
223
|
-
# Write compass config
|
224
|
-
FileUtils.mkdir_p('compass')
|
225
|
-
File.open('compass/config.rb', 'w') do |io|
|
226
|
-
io << "project_path = \".\"\n"
|
227
|
-
io << "sass_path = \"content/style\"\n"
|
228
|
-
end
|
229
|
-
|
230
|
-
# Create two Sass files
|
231
|
-
Dir['content/*'].each { |i| FileUtils.rm(i) }
|
232
|
-
FileUtils.mkdir_p('content/style/super')
|
233
|
-
FileUtils.mkdir_p('content/style/sub')
|
234
|
-
File.open('content/style/super/main.sass', 'w') do |io|
|
235
|
-
io.write('@import sub/include.sass')
|
236
|
-
end
|
237
|
-
File.open('content/style/sub/include.sass', 'w') do |io|
|
238
|
-
io.write("p\n color: red")
|
239
|
-
end
|
240
|
-
|
241
|
-
# Update rules
|
242
|
-
File.open('Rules', 'w') do |io|
|
243
|
-
io.write "require 'compass'\n"
|
244
|
-
io.write "Compass.add_project_configuration 'compass/config.rb'\n"
|
245
|
-
io.write "\n"
|
246
|
-
io.write "compile '*' do\n"
|
247
|
-
io.write " filter :sass, Compass.sass_engine_options\n"
|
248
|
-
io.write "end\n"
|
249
|
-
io.write "\n"
|
250
|
-
io.write "route '/style/super/main/' do\n"
|
251
|
-
io.write " item.identifier.chop + '.css'\n"
|
252
|
-
io.write "end\n"
|
253
|
-
io.write "\n"
|
254
|
-
io.write "route '/style/sub/include/' do\n"
|
255
|
-
io.write " nil\n"
|
256
|
-
io.write "end\n"
|
257
|
-
end
|
258
|
-
|
259
|
-
# Compile
|
260
|
-
site = Nanoc::Int::SiteLoader.new.new_from_cwd
|
261
|
-
site.compile
|
262
|
-
|
263
|
-
# Check
|
264
|
-
output_files = Dir['output/**/*'].select { |f| File.file?(f) }
|
265
|
-
assert_equal ['output/style/super/main.css'], output_files
|
266
|
-
assert_match(/^p\s*\{\s*color:\s*red;?\s*\}/, File.read('output/style/super/main.css'))
|
267
|
-
|
268
|
-
# Update included file
|
269
|
-
File.open('content/style/sub/include.sass', 'w') do |io|
|
270
|
-
io.write("p\n color: blue")
|
271
|
-
end
|
272
|
-
|
273
|
-
# Recompile
|
274
|
-
site = Nanoc::Int::SiteLoader.new.new_from_cwd
|
275
|
-
site.compile
|
276
|
-
|
277
|
-
# Recheck
|
278
|
-
output_files = Dir['output/**/*'].select { |f| File.file?(f) }
|
279
|
-
assert_equal ['output/style/super/main.css'], output_files
|
280
|
-
assert_match(/^p\s*\{\s*color:\s*blue;?\s*\}/, File.read('output/style/super/main.css'))
|
281
|
-
end
|
282
|
-
end
|
283
|
-
end
|
284
|
-
|
285
|
-
def test_sass_without_filter
|
286
|
-
if_have 'sass' do
|
287
|
-
File.open('_morestuff.sass', 'w') do |io|
|
288
|
-
io.write("p\n color: blue")
|
289
|
-
end
|
290
|
-
|
291
|
-
options = { filename: File.join(Dir.getwd, 'test.sass') }
|
292
|
-
::Sass::Engine.new('@import "morestuff"', options).render
|
293
|
-
end
|
294
|
-
end
|
295
|
-
|
296
|
-
private
|
297
|
-
|
298
|
-
def create_filter(params = {})
|
299
|
-
FileUtils.mkdir_p('content')
|
300
|
-
File.open('content/xyzzy.sass', 'w') { |io| io.write('p\n color: green') }
|
301
|
-
|
302
|
-
items = [
|
303
|
-
Nanoc::CompilationItemView.new(
|
304
|
-
Nanoc::Int::Item.new(
|
305
|
-
'blah',
|
306
|
-
{ content_filename: 'content/xyzzy.sass' },
|
307
|
-
'/blah',
|
308
|
-
),
|
309
|
-
nil,
|
310
|
-
),
|
311
|
-
]
|
312
|
-
params = { item: items[0], items: items }.merge(params)
|
313
|
-
::Nanoc::Filters::Sass.new(params)
|
314
|
-
end
|
315
|
-
end
|
data/test/filters/test_slim.rb
DELETED
@@ -1,59 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'helper'
|
4
|
-
|
5
|
-
class Nanoc::Filters::SlimTest < Nanoc::TestCase
|
6
|
-
def test_filter
|
7
|
-
if_have 'slim' do
|
8
|
-
# Create filter
|
9
|
-
filter = ::Nanoc::Filters::Slim.new(rabbit: 'The rabbit is on the branch.')
|
10
|
-
|
11
|
-
# Run filter (no assigns)
|
12
|
-
result = filter.setup_and_run('html')
|
13
|
-
assert_match(/<html>.*<\/html>/, result)
|
14
|
-
|
15
|
-
# Run filter (assigns without @)
|
16
|
-
result = filter.setup_and_run('p = rabbit')
|
17
|
-
assert_equal('<p>The rabbit is on the branch.</p>', result)
|
18
|
-
|
19
|
-
# Run filter (assigns with @)
|
20
|
-
result = filter.setup_and_run('p = @rabbit')
|
21
|
-
assert_equal('<p>The rabbit is on the branch.</p>', result)
|
22
|
-
end
|
23
|
-
end
|
24
|
-
|
25
|
-
def test_filter_with_yield
|
26
|
-
if_have 'slim' do
|
27
|
-
filter = ::Nanoc::Filters::Slim.new(content: 'The rabbit is on the branch.')
|
28
|
-
|
29
|
-
result = filter.setup_and_run('p = yield')
|
30
|
-
assert_equal('<p>The rabbit is on the branch.</p>', result)
|
31
|
-
end
|
32
|
-
end
|
33
|
-
|
34
|
-
def new_view_context
|
35
|
-
config = Nanoc::Int::Configuration.new
|
36
|
-
|
37
|
-
Nanoc::ViewContextForCompilation.new(
|
38
|
-
reps: Nanoc::Int::ItemRepRepo.new,
|
39
|
-
items: Nanoc::Int::ItemCollection.new(config),
|
40
|
-
dependency_tracker: :__irrelevant_dependency_tracker,
|
41
|
-
compilation_context: :__irrelevat_compiler,
|
42
|
-
snapshot_repo: :__irrelevant_snapshot_repo,
|
43
|
-
)
|
44
|
-
end
|
45
|
-
|
46
|
-
def test_filter_slim_reports_filename
|
47
|
-
if_have 'slim' do
|
48
|
-
layout = Nanoc::Int::Layout.new('', {}, '/layout.slim')
|
49
|
-
layout = Nanoc::LayoutView.new(layout, new_view_context)
|
50
|
-
|
51
|
-
assigns = { layout: layout }
|
52
|
-
|
53
|
-
filter = ::Nanoc::Filters::Slim.new(assigns)
|
54
|
-
|
55
|
-
error = assert_raises(NameError) { filter.setup_and_run('deliberate=failure') }
|
56
|
-
assert_match(%r{^layout /layout.slim}, error.backtrace[1])
|
57
|
-
end
|
58
|
-
end
|
59
|
-
end
|
@@ -1,18 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'helper'
|
4
|
-
|
5
|
-
class Nanoc::Filters::TypogrubyTest < Nanoc::TestCase
|
6
|
-
def test_filter
|
7
|
-
if_have 'typogruby' do
|
8
|
-
# Get filter
|
9
|
-
filter = ::Nanoc::Filters::Typogruby.new
|
10
|
-
|
11
|
-
# Run filter
|
12
|
-
a = '"Typogruby makes HTML look smarter & better, don\'t you think?"'
|
13
|
-
b = '<span class="dquo">“</span>Typogruby makes <span class="caps">HTML</span> look smarter <span class="amp">&</span> better, don’t you think?”'
|
14
|
-
result = filter.setup_and_run(a)
|
15
|
-
assert_equal(b, result)
|
16
|
-
end
|
17
|
-
end
|
18
|
-
end
|
@@ -1,30 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'helper'
|
4
|
-
|
5
|
-
class Nanoc::Filters::UglifyJSTest < Nanoc::TestCase
|
6
|
-
def test_filter
|
7
|
-
if_have 'uglifier' do
|
8
|
-
# Create filter
|
9
|
-
filter = ::Nanoc::Filters::UglifyJS.new
|
10
|
-
|
11
|
-
# Run filter
|
12
|
-
input = 'foo = 1; (function(bar) { if (true) alert(bar); })(foo)'
|
13
|
-
result = filter.setup_and_run(input)
|
14
|
-
assert_match(/foo=1,function\((.)\)\{alert\(\1\)\}\(foo\);/, result)
|
15
|
-
end
|
16
|
-
end
|
17
|
-
|
18
|
-
def test_filter_with_options
|
19
|
-
if_have 'uglifier' do
|
20
|
-
filter = ::Nanoc::Filters::UglifyJS.new
|
21
|
-
input = "if(donkey) alert('It is a donkey!');"
|
22
|
-
|
23
|
-
result = filter.setup_and_run(input, output: { beautify: false })
|
24
|
-
assert_equal 'donkey&&alert("It is a donkey!");', result
|
25
|
-
|
26
|
-
result = filter.setup_and_run(input, output: { beautify: true })
|
27
|
-
assert_equal 'donkey && alert("It is a donkey!");', result
|
28
|
-
end
|
29
|
-
end
|
30
|
-
end
|
data/test/filters/test_xsl.rb
DELETED
@@ -1,192 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'helper'
|
4
|
-
|
5
|
-
require 'tempfile'
|
6
|
-
|
7
|
-
class Nanoc::Filters::XSLTest < Nanoc::TestCase
|
8
|
-
SAMPLE_XSL = <<~EOS
|
9
|
-
<?xml version="1.0" encoding="utf-8"?>
|
10
|
-
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
11
|
-
<xsl:output method="xml" version="1.0" encoding="utf-8" indent="yes"/>
|
12
|
-
<xsl:template match="/">
|
13
|
-
<html>
|
14
|
-
<head>
|
15
|
-
<title><xsl:value-of select="report/title"/></title>
|
16
|
-
</head>
|
17
|
-
<body>
|
18
|
-
<h1><xsl:value-of select="report/title"/></h1>
|
19
|
-
</body>
|
20
|
-
</html>
|
21
|
-
</xsl:template>
|
22
|
-
</xsl:stylesheet>
|
23
|
-
EOS
|
24
|
-
|
25
|
-
SAMPLE_XML_IN = <<~EOS
|
26
|
-
<?xml version="1.0" encoding="utf-8"?>
|
27
|
-
<report>
|
28
|
-
<title>My Report</title>
|
29
|
-
</report>
|
30
|
-
EOS
|
31
|
-
|
32
|
-
SAMPLE_XML_OUT = %r{\A<\?xml version="1.0" encoding="utf-8"\?>\s*<html>\s*<head>\s*<title>My Report</title>\s*</head>\s*<body>\s*<h1>My Report</h1>\s*</body>\s*</html>\s*\Z}m
|
33
|
-
|
34
|
-
SAMPLE_XSL_WITH_PARAMS = <<~EOS
|
35
|
-
<?xml version="1.0" encoding="utf-8"?>
|
36
|
-
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
37
|
-
<xsl:output method="xml" version="1.0" encoding="utf-8" indent="yes"/>
|
38
|
-
<xsl:param name="foo"/>
|
39
|
-
<xsl:template match="/">
|
40
|
-
<html>
|
41
|
-
<head>
|
42
|
-
<title><xsl:value-of select="report/title"/></title>
|
43
|
-
</head>
|
44
|
-
<body>
|
45
|
-
<h1><xsl:value-of select="$foo"/></h1>
|
46
|
-
</body>
|
47
|
-
</html>
|
48
|
-
</xsl:template>
|
49
|
-
</xsl:stylesheet>
|
50
|
-
EOS
|
51
|
-
|
52
|
-
SAMPLE_XML_IN_WITH_PARAMS = <<~EOS
|
53
|
-
<?xml version="1.0" encoding="utf-8"?>
|
54
|
-
<report>
|
55
|
-
<title>My Report</title>
|
56
|
-
</report>
|
57
|
-
EOS
|
58
|
-
|
59
|
-
SAMPLE_XML_OUT_WITH_PARAMS = %r{\A<\?xml version="1.0" encoding="utf-8"\?>\s*<html>\s*<head>\s*<title>My Report</title>\s*</head>\s*<body>\s*<h1>bar</h1>\s*</body>\s*</html>\s*\Z}m
|
60
|
-
|
61
|
-
SAMPLE_XSL_WITH_OMIT_XML_DECL = <<~EOS
|
62
|
-
<?xml version="1.0" encoding="utf-8"?>
|
63
|
-
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
64
|
-
<xsl:output method="xml" version="1.0" encoding="utf-8" indent="yes"
|
65
|
-
omit-xml-declaration="yes"/>
|
66
|
-
<xsl:template match="/">
|
67
|
-
<html>
|
68
|
-
<head>
|
69
|
-
<title><xsl:value-of select="report/title"/></title>
|
70
|
-
</head>
|
71
|
-
<body>
|
72
|
-
<h1><xsl:value-of select="report/title"/></h1>
|
73
|
-
</body>
|
74
|
-
</html>
|
75
|
-
</xsl:template>
|
76
|
-
</xsl:stylesheet>
|
77
|
-
EOS
|
78
|
-
|
79
|
-
SAMPLE_XML_IN_WITH_OMIT_XML_DECL = <<~EOS
|
80
|
-
<?xml version="1.0" encoding="utf-8"?>
|
81
|
-
<report>
|
82
|
-
<title>My Report</title>
|
83
|
-
</report>
|
84
|
-
EOS
|
85
|
-
|
86
|
-
SAMPLE_XML_OUT_WITH_OMIT_XML_DECL = %r{\A<html>\s*<head>\s*<title>My Report</title>\s*</head>\s*<body>\s*<h1>My Report</h1>\s*</body>\s*</html>\s*\Z}m
|
87
|
-
|
88
|
-
def setup
|
89
|
-
super
|
90
|
-
|
91
|
-
config = Nanoc::Int::Configuration.new
|
92
|
-
items = Nanoc::Int::ItemCollection.new(config)
|
93
|
-
layouts = Nanoc::Int::LayoutCollection.new(config)
|
94
|
-
|
95
|
-
@dependency_store = Nanoc::Int::DependencyStore.new(items, layouts, config)
|
96
|
-
@dependency_tracker = Nanoc::Int::DependencyTracker.new(@dependency_store)
|
97
|
-
|
98
|
-
@base_item = Nanoc::Int::Item.new('base', {}, '/base.md')
|
99
|
-
|
100
|
-
@dependency_tracker.enter(@base_item)
|
101
|
-
end
|
102
|
-
|
103
|
-
def new_view_context
|
104
|
-
config = Nanoc::Int::Configuration.new
|
105
|
-
|
106
|
-
Nanoc::ViewContextForCompilation.new(
|
107
|
-
reps: Nanoc::Int::ItemRepRepo.new,
|
108
|
-
items: Nanoc::Int::ItemCollection.new(config),
|
109
|
-
dependency_tracker: @dependency_tracker,
|
110
|
-
compilation_context: :__irrelevat_compiler,
|
111
|
-
snapshot_repo: :__irrelevant_snapshot_repo,
|
112
|
-
)
|
113
|
-
end
|
114
|
-
|
115
|
-
def test_filter_as_layout
|
116
|
-
if_have 'nokogiri' do
|
117
|
-
# Create our data objects
|
118
|
-
item = Nanoc::Int::Item.new(SAMPLE_XML_IN, {}, '/content')
|
119
|
-
item = Nanoc::CompilationItemView.new(item, new_view_context)
|
120
|
-
layout = Nanoc::Int::Layout.new(SAMPLE_XSL, {}, '/layout')
|
121
|
-
layout = Nanoc::LayoutView.new(layout, new_view_context)
|
122
|
-
|
123
|
-
# Create an instance of the filter
|
124
|
-
assigns = {
|
125
|
-
item: item,
|
126
|
-
layout: layout,
|
127
|
-
content: item.raw_content,
|
128
|
-
}
|
129
|
-
filter = ::Nanoc::Filters::XSL.new(assigns)
|
130
|
-
|
131
|
-
# Run the filter and validate the results
|
132
|
-
result = filter.setup_and_run(layout.raw_content)
|
133
|
-
assert_match SAMPLE_XML_OUT, result
|
134
|
-
|
135
|
-
# Verify dependencies
|
136
|
-
dep = @dependency_store.dependencies_causing_outdatedness_of(@base_item)[0]
|
137
|
-
refute_nil dep
|
138
|
-
end
|
139
|
-
end
|
140
|
-
|
141
|
-
def test_filter_with_params
|
142
|
-
if_have 'nokogiri' do
|
143
|
-
# Create our data objects
|
144
|
-
item = Nanoc::Int::Item.new(SAMPLE_XML_IN_WITH_PARAMS, {}, '/content')
|
145
|
-
item = Nanoc::CompilationItemView.new(item, new_view_context)
|
146
|
-
layout = Nanoc::Int::Layout.new(SAMPLE_XSL_WITH_PARAMS, {}, '/layout')
|
147
|
-
layout = Nanoc::LayoutView.new(layout, new_view_context)
|
148
|
-
|
149
|
-
# Create an instance of the filter
|
150
|
-
assigns = {
|
151
|
-
item: item,
|
152
|
-
layout: layout,
|
153
|
-
content: item.raw_content,
|
154
|
-
}
|
155
|
-
filter = ::Nanoc::Filters::XSL.new(assigns)
|
156
|
-
|
157
|
-
# Run the filter and validate the results
|
158
|
-
result = filter.setup_and_run(layout.raw_content, foo: 'bar')
|
159
|
-
assert_match SAMPLE_XML_OUT_WITH_PARAMS, result
|
160
|
-
|
161
|
-
# Verify dependencies
|
162
|
-
dep = @dependency_store.dependencies_causing_outdatedness_of(@base_item)[0]
|
163
|
-
refute_nil dep
|
164
|
-
end
|
165
|
-
end
|
166
|
-
|
167
|
-
def test_filter_with_omit_xml_decl
|
168
|
-
if_have 'nokogiri' do
|
169
|
-
# Create our data objects
|
170
|
-
item = Nanoc::Int::Item.new(SAMPLE_XML_IN_WITH_OMIT_XML_DECL, {}, '/content')
|
171
|
-
item = Nanoc::CompilationItemView.new(item, new_view_context)
|
172
|
-
layout = Nanoc::Int::Layout.new(SAMPLE_XSL_WITH_OMIT_XML_DECL, {}, '/layout')
|
173
|
-
layout = Nanoc::LayoutView.new(layout, new_view_context)
|
174
|
-
|
175
|
-
# Create an instance of the filter
|
176
|
-
assigns = {
|
177
|
-
item: item,
|
178
|
-
layout: layout,
|
179
|
-
content: item.raw_content,
|
180
|
-
}
|
181
|
-
filter = ::Nanoc::Filters::XSL.new(assigns)
|
182
|
-
|
183
|
-
# Run the filter and validate the results
|
184
|
-
result = filter.setup_and_run(layout.raw_content)
|
185
|
-
assert_match SAMPLE_XML_OUT_WITH_OMIT_XML_DECL, result
|
186
|
-
|
187
|
-
# Verify dependencies
|
188
|
-
dep = @dependency_store.dependencies_causing_outdatedness_of(@base_item)[0]
|
189
|
-
refute_nil dep
|
190
|
-
end
|
191
|
-
end
|
192
|
-
end
|