A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/cnescatlab/i-CodeCNES/issues/159 below:

SHDESIGNOptions false positive · Issue #159 · cnescatlab/i-CodeCNES · GitHub

Expected behavior

By using the example of SH.DESIGN.Options in RNC CNES we should expect no error

Actual behavior

By using the example of SH.DESIGN.Options in RNC CNES we have an error SH.DESIGN.Options

In SH.DESIGN.Options LEX we have the following conditions to raise the SH.DESIGN.Options error:
if (!getopts || !getoptExtern || !help || !version || !helpLong || !versionLong)

but actually we think these conditions should be :
if ( (getopts && (!help || !version)) || (getoptExtern && (!helpLong || !versionLong)) )

Steps to reproduce behavior Detection version

V3.0.1


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4