We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1889b1b commit e2772ffCopy full SHA for e2772ff
1 file changed
tests/testthat/_snaps/win/installed.md
@@ -0,0 +1,18 @@
1
+# parse_description
2
+
3
+ Code
4
+ parse_description(tempfile())
5
+ Condition
6
+ Error in `parse_description()`:
7
+ ! Cannot open file `<tempdir>/<tempfile>` (system error 2, The system cannot find the file specified.
8
+ ) @lib.c:111 (pkgcache__read_file_raw) @lib.c:300 (pkgcache_parse_description)
9
10
+# parse_packages, errors
11
12
13
+ parse_packages(tempfile(), type = "uncompressed")
14
15
+ Error in `parse_packages()`:
16
17
+ ) @lib.c:111 (pkgcache__read_file_raw)
18
0 commit comments