[librsvg: 6/28] path_parser: Fix invalid path syntax in a test
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg: 6/28] path_parser: Fix invalid path syntax in a test
- Date: Tue, 23 Jan 2018 17:59:44 +0000 (UTC)
commit 068d27c4b067e551e25728de468fce53bcbf83a7
Author: Federico Mena Quintero <federico gnome org>
Date: Tue Jan 23 09:44:26 2018 -0600
path_parser: Fix invalid path syntax in a test
rust/src/path_parser.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/rust/src/path_parser.rs b/rust/src/path_parser.rs
index 094d2e0..51234cd 100644
--- a/rust/src/path_parser.rs
+++ b/rust/src/path_parser.rs
@@ -1426,7 +1426,7 @@ mod tests {
],
None);
- test_parser ("m10 20 s 30,40 50 60-70,80,90 100,110 120",
+ test_parser ("m10 20 s 30,40 50 60-70,80,90 100",
"",
&vec![
moveto (10.0, 20.0),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]