Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
KTextEditor
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Bugzilla
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Frameworks
KTextEditor
Commits
784302a9
Commit
784302a9
authored
6 years ago
by
Christoph Cullmann
🍨
Browse files
Options
Downloads
Patches
Plain Diff
empty R test skeleton
parent
f09fa261
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
autotests/src/indenttest.cpp
+10
-0
10 additions, 0 deletions
autotests/src/indenttest.cpp
autotests/src/indenttest.h
+3
-0
3 additions, 0 deletions
autotests/src/indenttest.h
with
13 additions
and
0 deletions
autotests/src/indenttest.cpp
+
10
−
0
View file @
784302a9
...
...
@@ -191,3 +191,13 @@ void IndentTest::testReplicode()
{
runTest
(
ExpectedFailures
());
}
void
IndentTest
::
testR_data
()
{
getTestData
(
"R"
);
}
void
IndentTest
::
testR
()
{
runTest
(
ExpectedFailures
());
}
This diff is collapsed.
Click to expand it.
autotests/src/indenttest.h
+
3
−
0
View file @
784302a9
...
...
@@ -63,6 +63,9 @@ private Q_SLOTS:
void
testReplicode_data
();
void
testReplicode
();
void
testR_data
();
void
testR
();
};
#endif // INDENTTEST_H
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment