summaryrefslogtreecommitdiff
path: root/_test/cases/inc/init_fullpath.test.php
Commit message (Collapse)AuthorAge
* removed deprecated old test frameworkTobias Sarnowski2012-04-18
|
* Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3Michael Hamann2010-11-29
| | | | | | As of VIM 7.3 it is no longer possible to specify the encoding in the modeline. This gives an error message whenever such a file is opened, thus this commit removes the enc setting from the modeline.
* fixed fullpath() for certain Windows setupsAndreas Gohr2009-02-05
| | | | | | Ignore-this: 7059284786889a3ead12f5a4b3873bdf darcs-hash:20090205170449-7ad00-63f9459819a355abc7a154e07b487d8431097614.gz
* Some more Unit TestsAndreas Gohr2009-02-03
| | | | | | Ignore-this: 75cdd558fc40a114961d2fca76e0bcdd darcs-hash:20090203191311-7ad00-bd6b96193f188afb5f26b6ca781dd5ea9eb8f0ef.gz
* rewrote the fullpath function FS#1462Andreas Gohr2008-09-14
The fullpath function now correctly handles windows drive letter paths and UNC paths making sure that those are not destroyed with upper dir .. notation. Unit tests where added. darcs-hash:20080914134744-7ad00-9abf5931d910a0b12979b1f69b090e8ecd568c71.gz