Commit 41c8080
committed
added a fix to solve chr deprecation
deprecation warning was:
> chr(): Providing a value not in-between 0 and 255 is deprecated, this
is because a byte value must be in the [0, 255] interval. The value used
will be constrained using % 256
Also removed --display-deprecations in Windows tests1 parent bc946ec commit 41c8080
File tree
2 files changed
+12
-1
lines changed- .github/workflows
- src/Smalot/PdfParser/RawData
2 files changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
193 | 204 | | |
194 | 205 | | |
195 | 206 | | |
| |||
0 commit comments