update example code format
This commit is contained in:
		@ -80,8 +80,8 @@ const tokens = parser.getAllTokens(sql)
 | 
				
			|||||||
console.log(tokens)
 | 
					console.log(tokens)
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
[
 | 
					[
 | 
				
			||||||
	  {
 | 
					    {
 | 
				
			||||||
	  		channel: 0
 | 
					        channel: 0
 | 
				
			||||||
        column: 0
 | 
					        column: 0
 | 
				
			||||||
        line: 1
 | 
					        line: 1
 | 
				
			||||||
        source: [SqlLexer, InputStream]
 | 
					        source: [SqlLexer, InputStream]
 | 
				
			||||||
@ -91,8 +91,8 @@ console.log(tokens)
 | 
				
			|||||||
        type: 137
 | 
					        type: 137
 | 
				
			||||||
        _text: null
 | 
					        _text: null
 | 
				
			||||||
        text: "SELECT"
 | 
					        text: "SELECT"
 | 
				
			||||||
	  },
 | 
					    },
 | 
				
			||||||
	  ...
 | 
					    ...
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
*/
 | 
					*/
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
				
			|||||||
@ -80,8 +80,8 @@ const tokens = parser.getAllTokens(sql)
 | 
				
			|||||||
console.log(tokens)
 | 
					console.log(tokens)
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
[
 | 
					[
 | 
				
			||||||
	  {
 | 
					    {
 | 
				
			||||||
	  		channel: 0
 | 
					        channel: 0
 | 
				
			||||||
        column: 0
 | 
					        column: 0
 | 
				
			||||||
        line: 1
 | 
					        line: 1
 | 
				
			||||||
        source: [SqlLexer, InputStream]
 | 
					        source: [SqlLexer, InputStream]
 | 
				
			||||||
@ -91,8 +91,8 @@ console.log(tokens)
 | 
				
			|||||||
        type: 137
 | 
					        type: 137
 | 
				
			||||||
        _text: null
 | 
					        _text: null
 | 
				
			||||||
        text: "SELECT"
 | 
					        text: "SELECT"
 | 
				
			||||||
	  },
 | 
					    },
 | 
				
			||||||
	  ...
 | 
					    ...
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
*/
 | 
					*/
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user