Last active
June 22, 2018 21:59
-
-
Save ashbeats/ed812ed2dffb3e4cdb7fce1bb60700ad to your computer and use it in GitHub Desktop.
Samples to test issue: https://youtrack.jetbrains.com/issue/IDEA-81911
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Created by PhpStorm. | |
* User: Ash ([email protected]) | |
* Date: 23-Apr-16 | |
* Time: 4:31 PM | |
*/ | |
// வார்த்தைகள் | |
/* வார்த்தைகள் */ | |
/*** வார்த்தைகள் */ # subscript kerning fails for phpDoc comments on v2016.1 | |
/*** "வார்த்தைகள்" */ # subscript kerning works correctly in phpDocs when surrounded with double-quotes. (Issue exists for Khmer as well. Need to test other languages) | |
# "வார்த்தைகள்" | |
/* todo - வார்த்தைகள் */ | |
$tamil ="வார்த்தைகள்"; | |
// "ជំរាបសួរ មិត្តភ" | |
/* "ជំរាបសួរ មិត្តភ" */ | |
/*** ជំរាបសួរ មិត្តភ */ #kerning bug | |
/*** "ជំរាបសួរ មិត្តភ" */ | |
/* todo - "ជំរាបសួរ មិត្តភ" */ | |
$khmer ="ជំរាបសួរ មិត្តភ"; | |
// | |
/* */ | |
/*** */ | |
/* todo - */ | |
$klingon = " "; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment