summaryrefslogtreecommitdiff
path: root/test/paths_test.rb
AgeCommit message (Expand)Author
2019-02-12rename Helpers.uri_encode to Helpers.encode_uri_component and use native func...Dan Allen
2019-02-10resolves #3054 never mutate strings; add `frozen_string_literal: true` commen...Dan Allen
2019-01-06switch to modern hash syntaxDan Allen
2019-01-06use require_relative instead of modifying $LOAD_PATHDan Allen
2019-01-06remove workarounds for Ruby < 2.3Dan Allen
2018-11-01resolves #2944 add fallback if relative path cannot be computed (PR #2945)Dan Allen
2018-10-26resolves #2108 use Pathname to resolve relative path for file outside base di...Dan Allen
2018-09-18resolves #2869 preserve UNC path with backslashes on WindowsDan Allen
2018-09-18assert that File.dirname preserves UNC path root on WindowsDan Allen
2018-09-18add test to verify UNC path is preserved by PathResolver#system_pathDan Allen
2018-04-27use consistent phrase to indicate the processor is automatically recovering f...Dan Allen
2018-04-14use helpers to assert log messages in testsDan Allen
2018-04-11fix PathResolver#descends_from? when base is /Dan Allen
2018-04-11allow target to bring resolved path under jail when start is outside jailDan Allen
2018-04-11resolves #2642 resolve parent references in start path when resolving system ...Dan Allen
2018-04-11change PathResolver#expand_path to resolve parent referencesDan Allen
2018-04-03assert that PathResolver#system_path removes self references in start pathDan Allen
2017-09-23set file separator correctly for windows path testsDan Allen
2017-07-23resolves #2107 calculate relative path correctly (PR #2335)Dan Allen
2017-06-25remove trailing spacesDan Allen
2017-06-20trap and verify warnings in path testsDan Allen
2017-01-02rename posixfy to posixify (alias old method)Dan Allen
2016-12-13resolves #1965 make start argument to system_path optional (PR #1966)Dan Allen
2016-11-29resolves #1943 allow spaces in target of block image (PR #1947)Dan Allen
2016-07-27don't duplicate forward slash for path relative to root (PR #1822)Dan Allen
2014-11-20resolves #1192 preserve URI targets universallyDan Allen
2014-10-12resolves #1144 fix includes that reference absolute Windows pathsDan Allen
2014-07-30resolves #690 resolve relative paths relative to base_dir in unsafe modeDan Allen
2014-02-05refactor unit tests so they work in RubyMineCharles Moulliard
2014-01-28cleanup and optimize path resolverDan Allen
2014-01-28resolves #806 recognize Windows UNC path as absolute and preserve itDan Allen
2013-08-22extension improvementsDan Allen
2013-08-21introduce method to calc path relative to base_dirDan Allen
2013-07-03resolves #470 allow uri to be used in inline imageDan Allen
2013-05-16resolves #330 fix file path resolution on windowsDan Allen
2013-04-25resolves #76 add a default stylesheetDan Allen