JoeStrout / minimicro-sysdisk

Contents of the /sys disk for the Mini Micro virtual computer
20 stars 10 forks source link

Fix parseLines not parsing numbers correctly #1

Closed Intasx closed 4 years ago

Intasx commented 4 years ago

"val(value) > 0" ignores negative numbers, "val(value) != 0" takes them into account. "value" was set but not used.

This fixes some unit tests failing.