Skip to content

Commit

Permalink
Merge pull request #1129 from joakim-hove/cprl-test
Browse files Browse the repository at this point in the history
Added keyword CPRL to symmary parse test.
  • Loading branch information
joakim-hove authored Sep 11, 2017
2 parents 68ae309 + e589e94 commit 2edcaea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/eclipse/tests/SummaryConfigTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,9 @@ BOOST_AUTO_TEST_CASE(completions) {
"CGIR\n" // all defaulted
" '*' /\n"
"/\n";
"CPRL\n" // all defaulted
" '*' /\n"
"/\n";

const auto summary = createSummary( input );
const auto keywords = { "CGIR", "CGIR", "CGIR", "CGIR",
Expand Down

0 comments on commit 2edcaea

Please sign in to comment.