~ubuntu-branches/ubuntu/trusty/kate/trusty

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-12-18 16:28:23 UTC
  • mfrom: (1.1.38)
  • Revision ID: package-import@ubuntu.com-20131218162823-nea1os5bnvlya9km
Tags: 4:4.12.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
v.setCursorPosition(0,2);
 
2
v.type("+");
 
3
v.type("=");
 
4
v.type("ok;");
 
5
 
 
6
v.setCursorPosition(1,2);
 
7
v.type("+");
 
8
v.type("=");
 
9
v.type("ok;");