Giter VIP home page Giter VIP logo

Comments (6)

opatrascoiu avatar opatrascoiu commented on August 22, 2024

We should probably add ' in case DMN ends up using ' to delimit names like SQL.

from tck.

opatrascoiu avatar opatrascoiu commented on August 22, 2024

I raised an RTF ticket http://issues.omg.org/browse/INBOX-622

Will work on it next week, as promised.

from tck.

agilepro avatar agilepro commented on August 22, 2024

Would be nice if you could make a PDF of the ticket, or some other ways for sharing. That can be done in Chrome using the "print to PDF" function -- among other ways. Following you link all I (and others in this group) get is this:

image

Don't worry if this is a bother, not that important, but it would be nice to see it.

from tck.

opatrascoiu avatar opatrascoiu commented on August 22, 2024

Here is a link that does not require OMG login.

http://issues.omg.org/issues/DMN12-226

from tck.

opatrascoiu avatar opatrascoiu commented on August 22, 2024

Summary of the proposal:

Change production for string literal from

string literal = '"' , { character – ('"' | vertical space) }, '"' ;

to

string literal = """, { character – (""" | vertical space)  | string escape sequence}, """ ;
string escape sequence = "\'" | "\"" | "\\" | "\n" | "\r" | "\t" | "\u", hex digit,  hex digit, hex digit, hex digit;
hex digit = digit | [a-z] | [A-Z];

Looking forward for your comments.

from tck.

agilepro avatar agilepro commented on August 22, 2024

Been adopted. Closing. If anyone has a backslash, we will address at that time.

from tck.

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.