Fixed: Pound (#) followed by number with leading zero (0) removes leading zero when rendered in wiki (#4872).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3451 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2010-02-18 18:53:30 +00:00
parent 6f930e9be6
commit d18fba4ffe
2 changed files with 8 additions and 6 deletions

View File

@@ -200,6 +200,8 @@ RAW
'!version:1.0' => 'version:1.0',
'!version:"1.0"' => 'version:"1.0"',
'!source:/some/file' => 'source:/some/file',
# not found
'#0123456789' => '#0123456789',
# invalid expressions
'source:' => 'source:',
# url hash