mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 10:17:50 +08:00
actualized 'Folding Test' page
test data is updated with a new folding
This commit is contained in:
parent
76278490d0
commit
7b9f70a53a
@ -14,8 +14,8 @@ Create a file *FoldingTestData.java*.
|
||||
|
||||
```java
|
||||
public class Test {
|
||||
public static void main(String[] args) <fold text='{...}'>{
|
||||
System.out.println("<fold text='http://en.wikipedia.org/'>simple:website</fold>");
|
||||
public static void main(String[] args)<fold text=' { '> {
|
||||
</fold>System.out.println("<fold text='http://en.wikipedia.org/'>simple:website</fold>");<fold text=' }'>
|
||||
}</fold>
|
||||
}
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user