Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Add `In` operator edge cases

Open
#37 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
48/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Domain
testing

Research direction

Start by reading the linked pull request discussion, then inspect the existing test data for the In operator in this repository. Add the twelve listed native-list, comma-delimited, and JSON-encoded numeric cases, preserving the expected match or non-match outcomes for integer and float types.

Written by the indexing model from the issue text.

Description

See https://github.com/Flagsmith/flagsmith-php-client/pull/115#discussion_r2466356145.

Add the following cases.

Native list condition properties:

  • float context value vs float[] condition property — should match.
  • int context value vs int[] condition property — should match.
  • float context value vs int[] condition property — should not match.
  • int context value vs float[] condition property — should not match.

Comma-delimited string condition properties:

  • float context value vs string comma-delimited floats condition property — should match.
  • int context value vs string comma-delimited ints condition property — should match.
  • float context value vs string comma-delimited ints condition property — should not match.
  • int context value vs string comma-delimited floats condition property — should not match.

JSON-encoded list condition properties:

  • float context value vs string JSON-encoded floats condition property — should match.
  • int context value vs string JSON-encoded ints condition property — should match.
  • float context value vs string JSON-encoded ints condition property — should not match.
  • int context value vs string JSON-encoded floats condition property — should not match.
Dominant language
No language data
Stars
0
Forks
0
Avg merge
4d 22h
Merged PRs (30d)
1

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Flagsmith/engine-test-data

All issues in Flagsmith/engine-test-data

Similar issues

More Testing & QA issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.