-
Notifications
You must be signed in to change notification settings - Fork 441
Add assertClassification
for ClassificationTests
#1916
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add assertClassification
for ClassificationTests
#1916
Conversation
assertClassification
for ClassificationTests
assertClassification
for ClassificationTests
4cc19ed
to
84e8677
Compare
I make the |
assertClassification
for ClassificationTests
assertClassification
for ClassificationTests
The key point of the classification tests that had a range was to test the |
84e8677
to
21eacdc
Compare
Ah, I see. Since that, do you think we should also test the |
I think having a test case that tests |
adf8137
to
6f39d72
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two minor comments, otherwise LGTM.
6f39d72
to
889fd0b
Compare
@swift-ci Please test |
@swift-ci Please test Windows |
I made use of some infrastructure we have in
IncrementalParseTestUtils.swift
to add aassertClassification
function to makeClassificationTests
look nicer.This could also be a start effort to translate the
coloring_*
lit
-based test cases into XCTest.(This pr is based on #1905)