mirror of
https://github.com/boostorg/quickbook.git
synced 2026-02-21 15:22:12 +00:00
Merge quickbook to release.
- Use `boost::string_ref`. - Improved source map handling, unindent for code blocks. [SVN r83133]
This commit is contained in:
@@ -32,10 +32,10 @@ void qbk_tests()
|
||||
"(fake file)", source, 105u);
|
||||
q = quickbook::qbk_value(
|
||||
fake_file,
|
||||
fake_file->source.begin(),
|
||||
fake_file->source.end());
|
||||
fake_file->source().begin(),
|
||||
fake_file->source().end());
|
||||
}
|
||||
BOOST_TEST_EQ(q.get_quickbook(), source);
|
||||
BOOST_TEST_EQ(q.get_quickbook(), boost::string_ref(source));
|
||||
}
|
||||
|
||||
void sort_test()
|
||||
|
||||
Reference in New Issue
Block a user