~ubuntu-branches/debian/sid/neovim/sid

« back to all changes in this revision

Viewing changes to test/functional/legacy/083_tag_search_with_file_encoding_spec.lua

  • Committer: Package Import Robot
  • Author(s): James McCoy
  • Date: 2016-04-18 21:42:19 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20160418214219-1e6d4o1fwqarzk46
Tags: 0.1.3-1
* New upstream release.  (Closes: #820562)
* debian/control:
  + Remove unnecessary luarocks Build-Depends
  + Add libkvm-dev Build-Depends for kfreebsd-*
  + Add python(3)-neovim to Recommends.  (Closes: #812737)
  + Declare compiance with policy 3.9.8, no changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
      ]])
25
25
    write_file('test83-tags2',
26
26
      '!_TAG_FILE_ENCODING      cp932   //\n' ..
27
 
      '\x82`\x82a\x82b  Xtags2.txt      /\x82`\x82a\x82b\n'
 
27
      '\130`\130a\130b  Xtags2.txt      /\130`\130a\130b\n'
28
28
      )
29
29
    -- The last file is very long but repetetive and can be generated on the
30
30
    -- fly.
32
32
      !_TAG_FILE_SORTED 1       //
33
33
      !_TAG_FILE_ENCODING       cp932   //
34
34
      ]])
35
 
    local line = '      Xtags3.txt      /\x82`\x82a\x82b\n'
 
35
    local line = '      Xtags3.txt      /\130`\130a\130b\n'
36
36
    for i = 1, 100 do
37
37
      text = text .. 'abc' .. i .. line
38
38
    end