~kubuntu-members/kate/4.11

« back to all changes in this revision

Viewing changes to tests/data/indent/cppstyle/exclamation4/input.js

  • Committer: Alex Turbov
  • Date: 2013-10-25 02:33:02 UTC
  • Revision ID: git-v1:7d7cd3651542a29f530d1865539d5a70ba56be7d
few tricks to handle exclamation char

Conflicts:
        part/script/data/indentation/cppstyle.js

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
v.setCursorPosition(0,8);
 
2
v.type("!");
 
3
v.type("ok");