summary refs log tree commit diff stats
path: root/lib/pure/unidecode/unidecode.dat
Commit message (Expand)AuthorAgeFilesLines
* fixes #8768 properlyAraq2018-08-301-3/+0
* fixes #8768Araq2018-08-301-419/+419
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
* further progress on the new XML processing modulesAndreas Rumpf2010-02-121-0/+0
* more enhancements for the libAndreas Rumpf2010-02-081-0/+65411
ref='#n1'>1
2
3
4
5
6
7
8
9
10
11
12
           
                                                                                                     
          





                   
                 

           
discard """
  errormsg: "expression 'result[1 .. BackwardsIndex(1)]' is of type 'string' and has to be discarded"
  line: 10
"""

# bug #578

proc test: string =
  result = "blah"
  result[1 .. ^1]

echo test()