Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
dart_pdf
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
David PHAM-VAN
2021-02-09 09:10:06 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
96a62a68b7f55a9e333a7895f08124f67d1279fd
96a62a68
1 parent
ebf5616d
Minor fixes
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
Makefile
pdf/test/widget_svg_test.dart
Makefile
View file @
96a62a6
...
...
@@ -82,7 +82,7 @@ format-swift: $(SWFT_SRC)
which swiftformat
&&
swiftformat --swiftversion 4.2
$^
||
true
.coverage
:
which coverage
||
pub global activate coverage
which coverage
||
$(DART_BIN)
pub global activate coverage
touch
$@
node_modules
:
...
...
pdf/test/widget_svg_test.dart
View file @
96a62a6
...
...
@@ -39,7 +39,6 @@ void main() {
});
test
(
'SVG Widgets'
,
()
{
print
(
'='
*
120
);
final
dir
=
Directory
(
'../ref/svg'
);
if
(!
dir
.
existsSync
())
{
return
;
...
...
Please
register
or
login
to post a comment