Giter Site home page Giter Site logo

Comments (6)

dakaa16 avatar dakaa16 commented on September 13, 2024 1

Hi Freedisch, thank you for your interest. Please feel free to go ahead

from cobol-check.

Rune-Christensen avatar Rune-Christensen commented on September 13, 2024 1

Hi @AkashKumar7902
Sorry for not responding to this.
Your example is correct.
I think this issue was fixed by Issac, when he solved another issue.
I am closing this.
Thank you

from cobol-check.

Freedisch avatar Freedisch commented on September 13, 2024

@Rune-Christensen , Hello, I'm Freedisch Thibaut Batale and I'm really interested about working on this project as an LFX mentee for this summer.
I would like to work on this issue to get familiar with the project

from cobol-check.

AkashKumar7902 avatar AkashKumar7902 commented on September 13, 2024

@Freedisch
Hey, Are you still working on this issue ?

from cobol-check.

AkashKumar7902 avatar AkashKumar7902 commented on September 13, 2024

Hey @Rune-Christensen
I am unable to reproduce the error.
I have the following procedure division in my program under test

       PROCEDURE DIVISION.
      ******************************************************************
       MOCK-SECTION SECTION.
           CONTINUE
           .
           REPLACE ==:AAA:== BY ==BBB==.
      ******************************************************************

I have a single test file for this program with the following contents:

    TestSuite "Test"
    MOCK SECTION MOCK-SECTION
    END-MOCK
    PERFORM MOCK-SECTION
    TestCase "Test"
    PERFORM MOCK-SECTION

the content of MOCK-SECTION in CC##99.CBL is :

      ******************************************************************        
       MOCK-SECTION SECTION.                                                    
            EVALUATE UT-TEST-SUITE-NAME                                         
                   ALSO UT-TEST-CASE-NAME                                       
                WHEN "Test"                                                     
                   ALSO ANY                                                     
                    PERFORM UT-1-0-1-MOCK                                       
           WHEN OTHER                                                           
                    PERFORM UT-1-1-0-WO                                         
            END-EVALUATE                                                        
           .                                                                    
                                                                                
      *****************************************************************         
      *WhenOther Paragraph or Section called                                    
      *****************************************************************         
       UT-1-1-0-WO SECTION.                                                     
      *****************************************************************         
      *WhenOther of: SECTION: MOCK-SECTION                                      
      *****************************************************************         
           CONTINUE                                                             
           .                                                                    
           REPLACE ==:AAA:== BY ==BBB==.                                        
           .                                                                    
           .                                                                    
                                                                                
                                                                                
      ******************************************************************        

Please suggest changes so I would be successful in reproducing the error

Regards,
Akash Kumar

from cobol-check.

AkashKumar7902 avatar AkashKumar7902 commented on September 13, 2024

hey @Rune-Christensen,
any updates on this ?

from cobol-check.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.