This repository has been archived by the owner on Jun 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: iOS 17 negative lookahead regex bug (#54)
* fix: iOS 17 negative lookahead regex bug * bump version * trigger ci * trigger cih * update macos * update ci * update snapshot tests to iOS 16.2 * fix snapshot * spm test project fix
- Loading branch information
1 parent
670c1cf
commit 74e266f
Showing
107 changed files
with
85 additions
and
113 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,32 @@ | ||
{ | ||
"object": { | ||
"pins": [ | ||
{ | ||
"package": "Starscream", | ||
"repositoryURL": "https://github.com/daltoniam/Starscream.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "df8d82047f6654d8e4b655d1b1525c64e1059d21", | ||
"version": "4.0.4" | ||
} | ||
}, | ||
{ | ||
"package": "SnapshotTesting", | ||
"repositoryURL": "https://github.com/pointfreeco/swift-snapshot-testing.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "f8a9c997c3c1dab4e216a8ec9014e23144cbab37", | ||
"version": "1.9.0" | ||
} | ||
}, | ||
{ | ||
"package": "YogaKit", | ||
"repositoryURL": "https://github.com/ZupIT/yoga.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "ed609289e4351f5e809d165989d1c607874a5151", | ||
"version": "1.19.0" | ||
} | ||
"pins" : [ | ||
{ | ||
"identity" : "starscream", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/daltoniam/Starscream.git", | ||
"state" : { | ||
"revision" : "df8d82047f6654d8e4b655d1b1525c64e1059d21", | ||
"version" : "4.0.4" | ||
} | ||
] | ||
}, | ||
"version": 1 | ||
}, | ||
{ | ||
"identity" : "swift-snapshot-testing", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/pointfreeco/swift-snapshot-testing.git", | ||
"state" : { | ||
"revision" : "26ed3a2b4a2df47917ca9b790a57f91285b923fb", | ||
"version" : "1.12.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "yoga", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/ZupIT/yoga.git", | ||
"state" : { | ||
"revision" : "ed609289e4351f5e809d165989d1c607874a5151", | ||
"version" : "1.19.0" | ||
} | ||
} | ||
], | ||
"version" : 2 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
Example/SPMTest/SPMTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
Example/SPMTest/SPMTest.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>IDEDidComputeMac32BitWarning</key> | ||
<true/> | ||
</dict> | ||
</plist> |
16 changes: 16 additions & 0 deletions
16
Example/SPMTest/SPMTest.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"object": { | ||
"pins": [ | ||
{ | ||
"package": "YogaKit", | ||
"repositoryURL": "https://github.com/ZupIT/yoga.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "ed609289e4351f5e809d165989d1c607874a5151", | ||
"version": "1.19.0" | ||
} | ||
} | ||
] | ||
}, | ||
"version": 1 | ||
} |
Binary file modified
BIN
+1.08 KB
(150%)
...le/BeagleTests/Action/Types/__Snapshots__/AddChildrenTests/testModeAppend.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1.82 KB
(150%)
...le/BeagleTests/Action/Types/__Snapshots__/AddChildrenTests/testModeAppend.2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1.08 KB
(150%)
...sts/Action/Types/__Snapshots__/AddChildrenTests/testModeAppendWithContext.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+2.28 KB
(150%)
...sts/Action/Types/__Snapshots__/AddChildrenTests/testModeAppendWithContext.2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1.08 KB
(150%)
...e/BeagleTests/Action/Types/__Snapshots__/AddChildrenTests/testModePrepend.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1.78 KB
(150%)
...e/BeagleTests/Action/Types/__Snapshots__/AddChildrenTests/testModePrepend.2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1.08 KB
(150%)
...e/BeagleTests/Action/Types/__Snapshots__/AddChildrenTests/testModeReplace.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1.22 KB
(150%)
...e/BeagleTests/Action/Types/__Snapshots__/AddChildrenTests/testModeReplace.2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1.08 KB
(150%)
...ts/Action/Types/__Snapshots__/AddChildrenTests/testModeReplaceWithContext.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1.61 KB
(150%)
...ts/Action/Types/__Snapshots__/AddChildrenTests/testModeReplaceWithContext.2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1.58 KB
(150%)
...agleTests/Action/Types/__Snapshots__/AddChildrenTests/testValueExpression.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+2.37 KB
(150%)
...agleTests/Action/Types/__Snapshots__/AddChildrenTests/testValueExpression.2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+4.32 KB
(160%)
...gle/BeagleTests/Action/Types/__Snapshots__/SetContextTests/testSetContext.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+8.01 KB
(150%)
...gle/BeagleTests/Action/Types/__Snapshots__/SetContextTests/testSetContext.2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+2.93 KB
(150%)
.../Types/__Snapshots__/SetContextTests/testSetContextWithMultipleExpression.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+3.12 KB
(150%)
.../Types/__Snapshots__/SetContextTests/testSetContextWithMultipleExpression.2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1.77 KB
(160%)
...apshots__/LazyComponentTests/test_lazyLoad_shouldReplaceTheInitialContent.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+3.93 KB
(160%)
...apshots__/LazyComponentTests/test_lazyLoad_shouldReplaceTheInitialContent.2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+14.5 KB
(190%)
...venComponent/ListView/__Snapshots__/ListViewTests/testDirectionHorizontal.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+11.5 KB
(190%)
...View/__Snapshots__/ListViewTests/testDirectionHorizontalWithManyLargeRows.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+20.6 KB
(180%)
.../ListView/__Snapshots__/ListViewTests/testDirectionHorizontalWithManyRows.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+22.4 KB
(190%)
...apshots__/ListViewTests/testDirectionHorizontalWithRowsWithDifferentSizes.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+10.1 KB
(190%)
...rivenComponent/ListView/__Snapshots__/ListViewTests/testDirectionVertical.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+18.6 KB
(160%)
...stView/__Snapshots__/ListViewTests/testDirectionVerticalWithManyLargeRows.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+22.1 KB
(170%)
...nt/ListView/__Snapshots__/ListViewTests/testDirectionVerticalWithManyRows.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+36.7 KB
(190%)
...Snapshots__/ListViewTests/testDirectionVerticalWithRowsWithDifferentSizes.1.png
Oops, something went wrong.
Binary file modified
BIN
+28.5 KB
(220%)
...venComponent/ListView/__Snapshots__/ListViewTests/testHorizontalDirection.1.png
Oops, something went wrong.
Binary file modified
BIN
+17.1 KB
(160%)
...iew/__Snapshots__/ListViewTests/testHorizontalDirectionWithDifferentSizes.1.png
Oops, something went wrong.
Binary file modified
BIN
+11.3 KB
(180%)
.../ServerDrivenComponent/ListView/__Snapshots__/ListViewTests/testIndexName.1.png
Oops, something went wrong.
Binary file modified
BIN
+10.6 KB
(170%)
.../ServerDrivenComponent/ListView/__Snapshots__/ListViewTests/testIndexName.2.png
Oops, something went wrong.
Binary file modified
BIN
+15.7 KB
(160%)
...ivenComponent/ListView/__Snapshots__/ListViewTests/testUpdatingDataSource.1.png
Oops, something went wrong.
Binary file modified
BIN
+11.1 KB
(190%)
...rivenComponent/ListView/__Snapshots__/ListViewTests/testVerticalDirection.1.png
Oops, something went wrong.
Binary file modified
BIN
+15.2 KB
(170%)
...tView/__Snapshots__/ListViewTests/testVerticalDirectionWithDifferentSizes.1.png
Oops, something went wrong.
Binary file modified
BIN
+2.14 KB
(160%)
...ageIndicator/__Snapshots__/CustomPageIndicatorTests/test_indicator_render.1.png
Oops, something went wrong.
Binary file modified
BIN
+3.04 KB
(150%)
...enComponent/PageView/__Snapshots__/PageViewTests/test_pageViewWithContext.1.png
Oops, something went wrong.
Binary file modified
BIN
+8.93 KB
(170%)
...DrivenComponent/PageView/__Snapshots__/PageViewTests/test_viewWithNoPages.1.png
Oops, something went wrong.
Binary file modified
BIN
+21.7 KB
(190%)
...erDrivenComponent/PageView/__Snapshots__/PageViewTests/test_viewWithPages.1.png
Oops, something went wrong.
Binary file modified
BIN
+954 Bytes
(150%)
.../PullToRefresh/__Snapshots__/PullToRefreshTests/testPullToRefreshSnapshot.1.png
Oops, something went wrong.
Binary file modified
BIN
+3.49 KB
(160%)
..._Snapshots__/ScreenComponentTests/testNavigationBarItemWithContextOnImage.1.png
Oops, something went wrong.
Binary file modified
BIN
+6.71 KB
(170%)
...ScreenComponentTests/test_contentShouldUseOnlyTheSpaceRequiredByFlexRules.1.png
Oops, something went wrong.
Binary file modified
BIN
+7.59 KB
(190%)
.../__Snapshots__/ScreenComponentTests/test_navigationBarButtonItemWithImage.1.png
Oops, something went wrong.
Binary file modified
BIN
+7.71 KB
(180%)
...n/__Snapshots__/ScreenComponentTests/test_navigationBarButtonItemWithText.1.png
Oops, something went wrong.
Binary file modified
BIN
+3.5 KB
(140%)
...nent/Scroll/__Snapshots__/ScrollViewTests/test_renderHorizontalScrollView.1.png
Oops, something went wrong.
Binary file modified
BIN
+26.8 KB
(150%)
...rivenComponent/Scroll/__Snapshots__/ScrollViewTests/test_renderScrollView.1.png
Oops, something went wrong.
Binary file modified
BIN
+9.37 KB
(170%)
...rivenComponent/TabBar/__Snapshots__/TabBarTests/testCurrentTabWithContext.1.png
Oops, something went wrong.
Binary file modified
BIN
+9.35 KB
(170%)
...rverDrivenComponent/TabBar/__Snapshots__/TabBarTests/testImageWithContext.1.png
Oops, something went wrong.
Binary file modified
BIN
+1.96 KB
(160%)
...rDrivenComponent/Touchable/__Snapshots__/TouchableTests/testTouchableView.1.png
Oops, something went wrong.
Binary file modified
BIN
+2.09 KB
(150%)
...s/Widget/Button/__Snapshots__/ButtonTests/testRenderCustomButtonComponent.1.png
Oops, something went wrong.
Binary file modified
BIN
+1.81 KB
(150%)
.../Widget/Button/__Snapshots__/ButtonTests/testRenderDefaultButtonComponent.1.png
Oops, something went wrong.
Binary file modified
BIN
+4.06 KB
(160%)
...ntainer/__Snapshots__/ContainerTests/testContainerWithBorderAndExpression.1.png
Oops, something went wrong.
Binary file modified
BIN
+2.49 KB
(160%)
...ntainer/__Snapshots__/ContainerTests/testContainerWithBorderAndExpression.2.png
Oops, something went wrong.
Binary file modified
BIN
+1.6 KB
(170%)
.../__Snapshots__/ContainerTests/testContainerWithMarginPaddingAndExpression.1.png
Oops, something went wrong.
Binary file modified
BIN
+2.04 KB
(200%)
.../__Snapshots__/ContainerTests/testContainerWithMarginPaddingAndExpression.2.png
Oops, something went wrong.
Binary file modified
BIN
+1.41 KB
(180%)
...r/__Snapshots__/ContainerTests/testContainerWithSizePositionAndExpression.1.png
Oops, something went wrong.
Binary file modified
BIN
+2.14 KB
(210%)
...r/__Snapshots__/ContainerTests/testContainerWithSizePositionAndExpression.2.png
Oops, something went wrong.
Binary file modified
BIN
+94.6 KB
(150%)
...onents/Widget/Container/__Snapshots__/ContainerTests/test_renderContainer.1.png
Oops, something went wrong.
Binary file modified
BIN
+4.56 KB
(160%)
...et/Container/__Snapshots__/ContainerTests/test_renderContainer_withBorder.1.png
Oops, something went wrong.
Binary file modified
BIN
+11.8 KB
(180%)
...ts/Widget/GridView/__Snapshots__/GridViewTests/testGridViewTemplateSimple.1.png
Oops, something went wrong.
Binary file modified
BIN
+17.3 KB
(180%)
...ts/Widget/GridView/__Snapshots__/GridViewTests/testGridViewTemplateSimple.2.png
Oops, something went wrong.
Binary file modified
BIN
+24.2 KB
(160%)
...idView/__Snapshots__/GridViewTests/testGridViewTemplateWithDifferentSizes.1.png
Oops, something went wrong.
Binary file modified
BIN
+16.2 KB
(180%)
...idView/__Snapshots__/GridViewTests/testGridViewTemplateWithDifferentSizes.2.png
Oops, something went wrong.
Binary file modified
BIN
+12.2 KB
(190%)
...s/Widget/GridView/__Snapshots__/GridViewTests/testGridViewWithFourColumns.1.png
Oops, something went wrong.
Binary file modified
BIN
+12 KB
(180%)
...s/Widget/GridView/__Snapshots__/GridViewTests/testGridViewWithFourColumns.2.png
Oops, something went wrong.
Binary file modified
BIN
+18.5 KB
(160%)
...idget/GridView/__Snapshots__/GridViewTests/testGridViewWithNumColumnsZero.1.png
Oops, something went wrong.
Binary file modified
BIN
+13.4 KB
(180%)
...idget/GridView/__Snapshots__/GridViewTests/testGridViewWithNumColumnsZero.2.png
Oops, something went wrong.
Binary file modified
BIN
+3.89 KB
(150%)
...omponents/Widget/Image/__Snapshots__/ImageTests/testLocalImageWithContext.1.png
Oops, something went wrong.
Binary file modified
BIN
+26.6 KB
(200%)
...gleTests/Components/Widget/Image/__Snapshots__/ImageTests/testRenderImage.1.png
Oops, something went wrong.
Binary file modified
BIN
+27.2 KB
(170%)
...ts/Components/Widget/Image/__Snapshots__/ImageTests/testRenderRemoteImage.1.png
Oops, something went wrong.
Binary file modified
BIN
+47.6 KB
(200%)
...ts/Components/Widget/Image/__Snapshots__/ImageTests/testRenderRemoteImage.2.png
Oops, something went wrong.
Binary file modified
BIN
+11.4 KB
(170%)
...ts/Components/Widget/Text/__Snapshots__/TextTests/testRenderTextComponent.1.png
Oops, something went wrong.
Binary file modified
BIN
+5.24 KB
(200%)
...eTests/Components/Widget/Text/__Snapshots__/TextTests/testTextWithContext.1.png
Oops, something went wrong.
Binary file modified
BIN
+4.21 KB
(180%)
...dget/TextInput/__Snapshots__/TextInputTests/test_renderTextInputComponent.1.png
Oops, something went wrong.
Binary file modified
BIN
+1.8 KB
(160%)
...et/TextInput/__Snapshots__/TextInputTests/test_renderTextInputWithEnabled.1.png
Oops, something went wrong.
Binary file modified
BIN
+1.91 KB
(160%)
...et/TextInput/__Snapshots__/TextInputTests/test_renderTextInputWithEnabled.2.png
Oops, something went wrong.
Binary file modified
BIN
+3 KB
(190%)
...xtInput/__Snapshots__/TextInputTests/test_renderTextInputWithEnabledFalse.1.png
Oops, something went wrong.
Binary file modified
BIN
+4.85 KB
(160%)
.../__Snapshots__/TextInputTests/test_renderTextInputWithValidationComponent.1.png
Oops, something went wrong.
Binary file modified
BIN
+3.87 KB
(170%)
...__Snapshots__/TextInputTests/test_textInputComponent_whenTextValueChanges.1.png
Oops, something went wrong.
Binary file modified
BIN
+320 Bytes
(150%)
...t/WidgetProperties/__Snapshots__/StyleViewConfiguratorTests/testMarkDirty.1.png
Oops, something went wrong.
Binary file modified
BIN
+394 Bytes
(150%)
...t/WidgetProperties/__Snapshots__/StyleViewConfiguratorTests/testMarkDirty.2.png
Oops, something went wrong.
Binary file modified
BIN
+7.92 KB
(170%)
...sts/Renderer/__Snapshots__/AutoLayoutWrapperTests/testWrapperViewResizing.1.png
Oops, something went wrong.
Binary file modified
BIN
+9.2 KB
(180%)
...sts/Renderer/__Snapshots__/AutoLayoutWrapperTests/testWrapperViewResizing.2.png
Oops, something went wrong.
Binary file modified
BIN
+13.2 KB
(200%)
...rer/__Snapshots__/AutoLayoutWrapperTests/testWrapperViewWithColumnAndWrap.1.png
Oops, something went wrong.
Binary file modified
BIN
+10.4 KB
(190%)
.../Renderer/__Snapshots__/AutoLayoutWrapperTests/testWrapperViewWithDefault.1.png
Oops, something went wrong.
Binary file modified
BIN
+8.59 KB
(170%)
...erer/__Snapshots__/AutoLayoutWrapperTests/testWrapperViewWithRowAndNoWrap.1.png
Oops, something went wrong.
Binary file modified
BIN
+11.7 KB
(180%)
...nderer/__Snapshots__/AutoLayoutWrapperTests/testWrapperViewWithRowAndWrap.1.png
Oops, something went wrong.
Binary file modified
BIN
+175 KB
(230%)
...enderer/__Snapshots__/BeagleScreenViewControllerTests/test_handleKeyboard.1.png
Oops, something went wrong.
Binary file modified
BIN
+11.7 KB
(200%)
...enderer/__Snapshots__/BeagleScreenViewControllerTests/test_handleSafeArea.1.png
Oops, something went wrong.
Binary file modified
BIN
+1.92 KB
(140%)
...ViewControllerTests/test_whenLoadScreenFails_itShouldRenderFallbackScreen.1.png
Oops, something went wrong.
Binary file modified
BIN
+1.01 KB
(140%)
...rollerTests/test_whenLoadScreenSucceeds_itShouldSetupTheViewWithTheResult.1.png
Oops, something went wrong.
Binary file modified
BIN
+18.4 KB
(180%)
...ollerTests/test_whenLoadScreenWithDeclarativeText_isShouldRenderCorrectly.1.png
Oops, something went wrong.
Binary file modified
BIN
+18.4 KB
(180%)
...lerTests/test_whenReloadScreenWithDeclarativeText_isShouldRenderCorrectly.1.png
Oops, something went wrong.
Binary file modified
BIN
+13.9 KB
(190%)
...lerTests/test_whenReloadScreenWithDeclarativeText_isShouldRenderCorrectly.2.png
Oops, something went wrong.
Binary file modified
BIN
+2.91 KB
(170%)
.../Beagle/BeagleTests/Renderer/__Snapshots__/BeagleViewTests/testViewLayout.1.png
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters