Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/data/src


Modified Files:
        test.edc 


Log Message:


add : in as a delimiter so you can do:

name, "blah name";

OR ALSO

name: "blah name";

 

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/data/src/test.edc,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- test.edc    20 Oct 2003 07:10:07 -0000      1.12
+++ test.edc    16 Jan 2004 00:51:43 -0000      1.13
@@ -13,6 +13,7 @@
 // data can be attached to the edje file as a whole. string key, value style
 data
 {
+   item: "Key" "This is a"" continued string";
    item, "My Data" "The string to attach to this data";
    item, "The Key" "String data attached to the key";
 }




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to