Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extended printf test with new strings cases #1951

Merged
merged 8 commits into from
Jun 18, 2024

Commits on Apr 19, 2024

  1. Extended printf test with literal strings to verify special symbols a…

    …nd format string
    
    -correction to remove duplication of separate tests for each element of
    vector
    -added new sort of test to verify format string
    -extended previous string tests with special and nested symbols
    shajder committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    3349709 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61ae643 View commit details
    Browse the repository at this point in the history
  3. warning correction

    shajder committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    40d5a83 View commit details
    Browse the repository at this point in the history
  4. clang format

    shajder committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    bd4ec5e View commit details
    Browse the repository at this point in the history
  5. fixed warning

    shajder committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    b5cef1c View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    c39a288 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    e5dfc4b View commit details
    Browse the repository at this point in the history
  2. several corrections:

    -corrected bug in makePrintfProgram of using uninitialised name and
    extension
    -handled single printf argument use case
    -rearranged skip conditions in main doTest loop
    -clang format
    shajder committed May 28, 2024
    Configuration menu
    Copy the full SHA
    02328fa View commit details
    Browse the repository at this point in the history