gavinhoward / bc

An implementation of the POSIX bc calculator with GNU extensions and dc, moved away from GitHub. Finished, but well-maintained.
https://git.gavinhoward.com/gavin/bc
Other
145 stars 29 forks source link

Test dc\vars.txt is failed on Windows (possibly other platforms too) #41

Closed depler closed 2 years ago

depler commented 2 years ago

See this pull request for Windows tests: https://github.com/gavinhoward/bc/pull/38

image

gavinhoward commented 2 years ago

Ouch. The test does work on other platforms. I have no idea why not Windows. I'll investigate this.

gavinhoward commented 2 years ago

I found the problem: the dc tests need to be passed the -x command-line flag. This was fixed in f85dd7ad3f9f0b80028d04e931729bb398a5c7b8.

Can you test this along with the other fixes?

depler commented 2 years ago

Working fine now