~ubuntu-branches/ubuntu/vivid/kate/vivid-updates

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2014-12-04 16:49:41 UTC
  • mfrom: (1.6.6)
  • Revision ID: package-import@ubuntu.com-20141204164941-l3qbvsly83hhlw2v
Tags: 4:14.11.97-0ubuntu1
* New upstream release
* Update build-deps and use pkg-kde v3 for Qt 5 build
* kate-data now kate5-data for co-installability

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
v.setCursorPosition(2,4);
2
 
v.type("private:");
3
 
v.enter();
4
 
v.type("void ok();");
5
 
v.enter();
6
 
v.type("public:");
7
 
v.enter();
8
 
v.type("void ok();");
9
 
v.enter();
10
 
v.type("protected:");
11
 
v.enter();
12
 
v.type("void ok();");
13
 
v.enter();
14
 
v.type("public slots:");
15
 
v.enter();
16
 
v.type("void ok();");
17
 
v.enter();
18
 
v.type("private Q_SLOTS:");
19
 
v.enter();
20
 
v.type("void ok();");