mirror of https://github.com/aptly-dev/aptly
50035d5bc4
Fixes: #636 Before this fix, aptly was always treating strings starting with uppercase letter as field name, which was breaking package queries like `VMware-Horizon-Client_4.5.0_all`. Now aptly accepts only fields which don't contain underscore, and everything else would be parsed as package reference. |
||
---|---|---|
.. | ||
lex.go | ||
lex_test.go | ||
query.go | ||
query_test.go | ||
syntax.go | ||
syntax_test.go |